Package | Description |
---|---|
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.
|
com.sun.jersey.spi.monitoring | |
com.sun.jersey.spi.uri.rules |
Provides support for hierarchical matching and accepting of URIs.
|
Modifier and Type | Method and Description |
---|---|
ContainerResponse |
LoggingFilter.filter(ContainerRequest request,
ContainerResponse response) |
ContainerResponse |
GZIPContentEncodingFilter.filter(ContainerRequest request,
ContainerResponse response) |
Modifier and Type | Method and Description |
---|---|
ContainerResponse |
LoggingFilter.filter(ContainerRequest request,
ContainerResponse response) |
ContainerResponse |
GZIPContentEncodingFilter.filter(ContainerRequest request,
ContainerResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
AdaptingContainerResponse
An adapting in-bound HTTP response that may override the behaviour of
ContainerResponse . |
Modifier and Type | Field and Description |
---|---|
protected ContainerResponse |
AdaptingContainerResponse.acr
The adapted container response.
|
Modifier and Type | Method and Description |
---|---|
ContainerResponse |
ContainerResponseFilter.filter(ContainerRequest request,
ContainerResponse response)
Filter the response.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AdaptingContainerResponse(ContainerResponse acr)
Create the adapting container response.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseListener.onResponse(long id,
ContainerResponse response)
Called when Jersey has finalized response and handles it back to container.
|
Modifier and Type | Method and Description |
---|---|
ContainerResponse |
UriRuleContext.getContainerResponse()
Get the container response.
|
Modifier and Type | Method and Description |
---|---|
void |
UriRuleContext.setContainerResponse(ContainerResponse response)
Set the container response.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.