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

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

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

Methods in com.sun.jersey.spi.container with parameters of type ContainerRequest
 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.
 void WebApplication.handleRequest(ContainerRequest request, ContainerResponseWriter responseWriter)
          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.
 

Constructors in com.sun.jersey.spi.container with parameters of type ContainerRequest
ContainerResponse(WebApplication wa, ContainerRequest request, ContainerResponseWriter responseWriter)
          Instantate a new ContainerResponse.