| Modifier and Type | Class and Description |
|---|---|
class |
ResourceLocatorInvoker |
class |
ResourceMethodInvoker |
| Modifier and Type | Method and Description |
|---|---|
ResourceInvoker |
SynchronousDispatcher.getInvoker(HttpRequest request) |
ResourceInvoker |
ResourceMethodRegistry.getResourceInvoker(HttpRequest request)
Find a resource to invoke on.
|
ResourceInvoker |
LocatorRegistry.getResourceInvoker(HttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ResourceInvoker>> |
ResourceMethodRegistry.getBounded() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SynchronousDispatcher.execute(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker)
Return a response wither from an invoke or exception handling.
|
void |
AsynchronousDispatcher.invoke(HttpRequest in,
HttpResponse response,
ResourceInvoker invoker) |
void |
SynchronousDispatcher.invoke(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker)
Invoke and write response.
|
void |
AsynchronousDispatcher.invokeSuper(HttpRequest in,
HttpResponse response,
ResourceInvoker invoker) |
void |
AsynchronousDispatcher.oneway(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker) |
void |
AsynchronousDispatcher.postJob(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceInvoker |
MethodExpression.invoker |
| Modifier and Type | Method and Description |
|---|---|
ResourceInvoker |
MethodExpression.getInvoker() |
ResourceInvoker |
SegmentNode.match(HttpRequest request,
int start) |
ResourceInvoker |
RootClassNode.match(HttpRequest request,
int start) |
ResourceInvoker |
RootNode.match(HttpRequest request,
int start) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ResourceInvoker>> |
RootClassNode.getBounded() |
javax.ws.rs.core.MultivaluedMap<String,ResourceInvoker> |
RootNode.getBounded() |
| Modifier and Type | Method and Description |
|---|---|
protected MethodExpression |
RootNode.addExpression(String path,
ResourceInvoker invoker) |
void |
RootNode.addInvoker(String path,
ResourceInvoker invoker) |
void |
RootClassNode.addInvoker(String classExpression,
String fullpath,
ResourceInvoker invoker) |
| Constructor and Description |
|---|
MethodExpression(SegmentNode parent,
String segment,
ResourceInvoker invoker) |
MethodExpression(SegmentNode parent,
String segment,
ResourceInvoker invoker,
String additionalRegex) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceLocator |
MethodMetaData.getResourceLocator(ResourceInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
ResourceInvoker |
VertxRegistry.getResourceInvoker(HttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ResourceInvoker |
Registry.getResourceInvoker(HttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ResourceInvoker |
ResteasyRequestWrapper.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResteasyRequestWrapper.setInvoker(ResourceInvoker invoker) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.