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

Packages that use HttpResponseContext
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.guice   
com.sun.jersey.server.impl   
com.sun.jersey.server.impl.application   
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource 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.guice
 

Methods in com.sun.jersey.guice that return HttpResponseContext
 HttpResponseContext JerseyServletModule.responseContext(WebApplication wa)
           
 

Uses of HttpResponseContext in com.sun.jersey.server.impl
 

Methods in com.sun.jersey.server.impl that return HttpResponseContext
 HttpResponseContext ThreadLocalHttpContext.getResponse()
           
 

Uses of HttpResponseContext in com.sun.jersey.server.impl.application
 

Methods in com.sun.jersey.server.impl.application that return HttpResponseContext
 HttpResponseContext WebApplicationContext.getResponse()
           
 

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

Classes in com.sun.jersey.spi.container that implement HttpResponseContext
 class AdaptingContainerResponse
          An adapting in-bound HTTP response that may override the behaviour of ContainerResponse.
 class ContainerResponse
          An out-bound HTTP response to be processed by the web application.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.