|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerResponse | |
---|---|
com.sun.jersey.api.container.filter | Provides common server-side filters. |
com.sun.jersey.server.impl.application | |
com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
com.sun.jersey.spi.uri.rules | Provides support for hierarchical matching and accepting of URIs. |
Uses of ContainerResponse in com.sun.jersey.api.container.filter |
---|
Methods in com.sun.jersey.api.container.filter that return ContainerResponse | |
---|---|
ContainerResponse |
GZIPContentEncodingFilter.filter(ContainerRequest request,
ContainerResponse response)
|
ContainerResponse |
LoggingFilter.filter(ContainerRequest request,
ContainerResponse response)
|
Methods in com.sun.jersey.api.container.filter with parameters of type ContainerResponse | |
---|---|
ContainerResponse |
GZIPContentEncodingFilter.filter(ContainerRequest request,
ContainerResponse response)
|
ContainerResponse |
LoggingFilter.filter(ContainerRequest request,
ContainerResponse response)
|
Uses of ContainerResponse in com.sun.jersey.server.impl.application |
---|
Methods in com.sun.jersey.server.impl.application that return ContainerResponse | |
---|---|
ContainerResponse |
WebApplicationContext.getContainerResponse()
|
Methods in com.sun.jersey.server.impl.application with parameters of type ContainerResponse | |
---|---|
void |
WebApplicationImpl.handleRequest(ContainerRequest request,
ContainerResponse response)
|
void |
WebApplicationContext.setContainerResponse(ContainerResponse response)
|
Constructors in com.sun.jersey.server.impl.application with parameters of type ContainerResponse | |
---|---|
WebApplicationContext(WebApplicationImpl app,
ContainerRequest request,
ContainerResponse response)
|
Uses of ContainerResponse in com.sun.jersey.spi.container |
---|
Subclasses of ContainerResponse in com.sun.jersey.spi.container | |
---|---|
class |
AdaptingContainerResponse
An adapting in-bound HTTP response that may override the behaviour of ContainerResponse . |
Fields in com.sun.jersey.spi.container declared as ContainerResponse | |
---|---|
protected ContainerResponse |
AdaptingContainerResponse.acr
The adapted container response. |
Methods in com.sun.jersey.spi.container that return ContainerResponse | |
---|---|
ContainerResponse |
ContainerResponseFilter.filter(ContainerRequest request,
ContainerResponse response)
Filter the response. |
Methods in com.sun.jersey.spi.container with parameters of type ContainerResponse | |
---|---|
ContainerResponse |
ContainerResponseFilter.filter(ContainerRequest request,
ContainerResponse response)
Filter the response. |
void |
WebApplication.handleRequest(ContainerRequest request,
ContainerResponse response)
Handle an HTTP request by dispatching the request to the appropriate matching Web resource that produces the response or otherwise producing the appropriate HTTP error response. |
java.io.OutputStream |
ContainerResponseWriter.writeStatusAndHeaders(long contentLength,
ContainerResponse response)
Write the status and headers of the response and return an output stream for the web application to write the entity of the response. |
Constructors in com.sun.jersey.spi.container with parameters of type ContainerResponse | |
---|---|
AdaptingContainerResponse(ContainerResponse acr)
Create the adapting container response. |
Uses of ContainerResponse in com.sun.jersey.spi.uri.rules |
---|
Methods in com.sun.jersey.spi.uri.rules that return ContainerResponse | |
---|---|
ContainerResponse |
UriRuleContext.getContainerResponse()
Get the container response. |
Methods in com.sun.jersey.spi.uri.rules with parameters of type ContainerResponse | |
---|---|
void |
UriRuleContext.setContainerResponse(ContainerResponse response)
Set the container response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |