| Package | Description |
|---|---|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.core.registry | |
| org.jboss.resteasy.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceLocatorInvoker |
class |
ResourceMethodInvoker |
| Modifier and Type | Method and Description |
|---|---|
ResourceInvoker |
SynchronousDispatcher.getInvoker(HttpRequest request) |
ResourceInvoker |
LocatorRegistry.getResourceInvoker(HttpRequest request) |
ResourceInvoker |
ResourceMethodRegistry.getResourceInvoker(HttpRequest request)
Find a resource to invoke on
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.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 |
SynchronousDispatcher.invoke(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker)
Invoke and write response
|
void |
AsynchronousDispatcher.invoke(HttpRequest in,
HttpResponse response,
ResourceInvoker invoker) |
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 |
RootClassNode.match(HttpRequest request,
int start) |
ResourceInvoker |
RootNode.match(HttpRequest request,
int start) |
ResourceInvoker |
SegmentNode.match(HttpRequest request,
int start) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<ResourceInvoker>> |
RootClassNode.getBounded() |
javax.ws.rs.core.MultivaluedMap<java.lang.String,ResourceInvoker> |
RootNode.getBounded() |
| Modifier and Type | Method and Description |
|---|---|
protected MethodExpression |
RootNode.addExpression(java.lang.String path,
ResourceInvoker invoker) |
void |
RootNode.addInvoker(java.lang.String path,
ResourceInvoker invoker) |
void |
RootClassNode.addInvoker(java.lang.String classExpression,
java.lang.String fullpath,
ResourceInvoker invoker) |
| Constructor and Description |
|---|
MethodExpression(SegmentNode parent,
java.lang.String segment,
ResourceInvoker invoker) |
MethodExpression(SegmentNode parent,
java.lang.String segment,
ResourceInvoker invoker,
java.lang.String additionalRegex) |
| Modifier and Type | Method and Description |
|---|---|
ResourceInvoker |
Registry.getResourceInvoker(HttpRequest request) |