|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerResponse | |
---|---|
com.sun.jersey.api.container.filter | Provides common server-side filters. |
com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
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.spi.container |
---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |