Package | Description |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.core.registry | |
org.jboss.resteasy.spi |
Modifier and Type | Class and Description |
---|---|
class |
ResourceLocator |
class |
ResourceMethod |
Modifier and Type | Method and Description |
---|---|
ResourceInvoker |
SynchronousDispatcher.getInvoker(HttpRequest request) |
ResourceInvoker |
ResourceMethodRegistry.getResourceInvoker(HttpRequest request)
Find a resource to invoke on
|
Modifier and Type | Method and Description |
---|---|
protected Response |
SynchronousDispatcher.getResponse(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker) |
void |
SynchronousDispatcher.invoke(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker) |
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 Map<String,List<ResourceInvoker>> |
RootSegment.bounded |
Modifier and Type | Method and Description |
---|---|
protected ResourceInvoker |
Segment.match(String httpMethod,
HttpRequest request) |
protected ResourceInvoker |
RootSegment.matchChildren(HttpRequest request,
String path,
int start) |
ResourceInvoker |
PathParamSegment.matchPattern(HttpRequest request,
String path,
int start) |
ResourceInvoker |
RootSegment.matchRoot(HttpRequest request) |
ResourceInvoker |
RootSegment.matchRoot(HttpRequest request,
int start) |
ResourceInvoker |
SimpleSegment.matchSimple(HttpRequest request,
String path,
int start) |
protected ResourceInvoker |
RootSegment.removePath(String[] segments,
int index,
Method method) |
ResourceInvoker |
RootSegment.removePath(String path,
Method method) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<ResourceInvoker>> |
RootSegment.getBounded()
Return a map of paths and what resource methods they are bound to
|
Modifier and Type | Method and Description |
---|---|
protected void |
RootSegment.addPath(String[] segments,
int index,
ResourceInvoker invoker) |
void |
RootSegment.addPath(String path,
ResourceInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
ResourceInvoker |
Registry.getResourceInvoker(HttpRequest request) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.