| Package | Description |
|---|---|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.core.interception | |
| org.jboss.resteasy.spi | |
| org.jboss.resteasy.spi.interception |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no interceptor framework, so Resteasy release 2.x provided one.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResourceMethodInvoker |
AbstractAsynchronousResponse.method |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethodInvoker |
AbstractAsynchronousResponse.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
ServerResponseWriter.executeFilters(BuiltResponse jaxrsResponse,
HttpRequest request,
HttpResponse response,
ResteasyProviderFactory providerFactory,
ResourceMethodInvoker method) |
protected static void |
ServerResponseWriter.setDefaultContentType(HttpRequest request,
BuiltResponse jaxrsResponse,
ResteasyProviderFactory providerFactory,
ResourceMethodInvoker method) |
void |
AbstractAsynchronousResponse.setMethod(ResourceMethodInvoker method) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceMethodInvoker |
PostMatchContainerRequestContext.resourceMethod |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethodInvoker |
PostMatchContainerRequestContext.getResourceMethod() |
| Constructor and Description |
|---|
PostMatchContainerRequestContext(HttpRequest request,
ResourceMethodInvoker resourceMethod) |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethodInvoker |
ResteasyAsynchronousResponse.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResteasyAsynchronousResponse.setMethod(ResourceMethodInvoker method) |
| Modifier and Type | Method and Description |
|---|---|
ServerResponse |
PreProcessInterceptor.preProcess(HttpRequest request,
ResourceMethodInvoker method)
Deprecated.
Preprocess resource method invocation
|