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

Packages that use HttpResponseContext
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 HttpResponseContext in com.sun.jersey.api.core
 

Methods in com.sun.jersey.api.core that return HttpResponseContext
 HttpResponseContext HttpContext.getResponse()
          Get the HTTP response information.
 

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

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