Package | Description |
---|---|
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.springmvc |
Modifier and Type | Class and Description |
---|---|
class |
AbortedResponse |
class |
ClientResponse |
Modifier and Type | Class and Description |
---|---|
class |
ServerResponse |
Modifier and Type | Method and Description |
---|---|
BuiltResponse |
ResourceMethodInvoker.invoke(HttpRequest request,
HttpResponse response) |
BuiltResponse |
ResourceInvoker.invoke(HttpRequest request,
HttpResponse response) |
BuiltResponse |
ResourceLocatorInvoker.invoke(HttpRequest request,
HttpResponse response) |
BuiltResponse |
ResourceMethodInvoker.invoke(HttpRequest request,
HttpResponse response,
Object target) |
BuiltResponse |
ResourceInvoker.invoke(HttpRequest request,
HttpResponse response,
Object target) |
BuiltResponse |
ResourceLocatorInvoker.invoke(HttpRequest request,
HttpResponse response,
Object locator) |
protected BuiltResponse |
ResourceMethodInvoker.invokeOnTarget(HttpRequest request,
HttpResponse response,
Object target) |
protected BuiltResponse |
ResourceLocatorInvoker.invokeOnTargetObject(HttpRequest request,
HttpResponse response,
Object target) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerResponseWriter.commitHeaders(BuiltResponse jaxrsResponse,
HttpResponse response) |
static javax.ws.rs.core.MediaType |
ServerResponseWriter.resolveContentType(BuiltResponse response) |
protected static void |
ServerResponseWriter.setDefaultContentType(HttpRequest request,
BuiltResponse jaxrsResponse,
ResteasyProviderFactory providerFactory,
ResourceMethodInvoker method) |
static void |
ServerResponseWriter.writeNomapResponse(BuiltResponse jaxrsResponse,
HttpRequest request,
HttpResponse response,
ResteasyProviderFactory providerFactory) |
Constructor and Description |
---|
ServerResponse(BuiltResponse response) |
Modifier and Type | Field and Description |
---|---|
protected BuiltResponse |
ContainerResponseContextImpl.jaxrsResponse |
Modifier and Type | Method and Description |
---|---|
BuiltResponse |
ContainerResponseContextImpl.getJaxrsResponse() |
Constructor and Description |
---|
ContainerResponseContextImpl(HttpRequest request,
HttpResponse httpResponse,
BuiltResponse serverResponse) |
Modifier and Type | Method and Description |
---|---|
protected BuiltResponse |
ResteasyView.getResponse(Map model,
javax.ws.rs.core.MediaType mt) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.web.servlet.ModelAndView |
ResteasyHandlerAdapter.createModelAndView(BuiltResponse serverResponse) |
protected org.springframework.web.servlet.View |
ResteasyHandlerAdapter.createView(BuiltResponse serverResponse) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.