Uses of Interface
com.sun.jersey.api.core.HttpRequestContext

Packages that use HttpRequestContext
com.sun.jersey.api.core Low-level interfaces and annotations used to create RESTful service resources. 
com.sun.jersey.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
 

Uses of HttpRequestContext in com.sun.jersey.api.core
 

Methods in com.sun.jersey.api.core that return HttpRequestContext
 HttpRequestContext HttpContext.getRequest()
          Get the HTTP request information.
 

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

Classes in com.sun.jersey.spi.container that implement HttpRequestContext
 class ContainerRequest
          Containers instantiate, or inherit, and provide an instance to the WebApplication.