Uses of Class
com.sun.jersey.spi.container.ContainerResponse

Packages that use ContainerResponse
com.sun.jersey.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
 

Uses of ContainerResponse in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container with parameters of type ContainerResponse
 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.