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

Packages that use HttpContext
com.sun.jersey.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
com.sun.jersey.spi.dispatch   
com.sun.jersey.spi.inject   
com.sun.jersey.spi.resource Classes that define the contract for a resource provider. 
com.sun.jersey.spi.uri.rules   
 

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

Methods in com.sun.jersey.spi.container that return HttpContext
 HttpContext WebApplication.getThreadLocalHttpContext()
          Get an instance of HttpContext that is a proxy to a thread local instance of HttpContext.
 

Uses of HttpContext in com.sun.jersey.spi.dispatch
 

Methods in com.sun.jersey.spi.dispatch with parameters of type HttpContext
 void RequestDispatcher.dispatch(java.lang.Object resource, HttpContext context)
           
 

Uses of HttpContext in com.sun.jersey.spi.inject
 

Methods in com.sun.jersey.spi.inject with parameters of type HttpContext
 T SingletonTypeInjectableProvider.getValue(HttpContext c)
           
 T Injectable.getValue(HttpContext context)
          Get the injectable value.
 

Uses of HttpContext in com.sun.jersey.spi.resource
 

Methods in com.sun.jersey.spi.resource with parameters of type HttpContext
 java.lang.Object ResourceProvider.getInstance(ComponentProvider provider, HttpContext context)
          Called to obtain an instance of a resource class.
 void ResourceClassInjector.inject(HttpContext c, java.lang.Object o)
          Inject onto an instance of a resource class.
 

Uses of HttpContext in com.sun.jersey.spi.uri.rules
 

Subinterfaces of HttpContext in com.sun.jersey.spi.uri.rules
 interface UriRuleContext