Uses of Class
org.glassfish.jersey.server.JerseyContainerResponseContext

Packages that use JerseyContainerResponseContext
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes. 
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. 
 

Uses of JerseyContainerResponseContext in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server that return types with arguments of type JerseyContainerResponseContext
 java.util.concurrent.Future<JerseyContainerResponseContext> ApplicationHandler.apply(JerseyContainerRequestContext requestContext)
          Invokes a request and returns the response future.
 java.util.concurrent.Future<JerseyContainerResponseContext> ApplicationHandler.apply(JerseyContainerRequestContext requestContext, java.io.OutputStream outputStream)
          Invokes a request and returns the response future.
 

Uses of JerseyContainerResponseContext in org.glassfish.jersey.server.internal.routing
 

Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type JerseyContainerResponseContext
 Inflector<JerseyContainerRequestContext,JerseyContainerResponseContext> RoutingContext.getInflector()
          Get the matched request to response data inflector if present, or null otherwise.
 

Method parameters in org.glassfish.jersey.server.internal.routing with type arguments of type JerseyContainerResponseContext
 void RoutingContext.setInflector(Inflector<JerseyContainerRequestContext,JerseyContainerResponseContext> inflector)
          Set the matched request to response inflector.
 

Uses of JerseyContainerResponseContext in org.glassfish.jersey.server.model
 

Methods in org.glassfish.jersey.server.model that return JerseyContainerResponseContext
 JerseyContainerResponseContext ResourceMethodInvoker.apply(JerseyContainerRequestContext requestContext)
           
 

Uses of JerseyContainerResponseContext in org.glassfish.jersey.server.spi
 

Methods in org.glassfish.jersey.server.spi with parameters of type JerseyContainerResponseContext
 java.io.OutputStream ContainerResponseWriter.writeResponseStatusAndHeaders(long contentLength, JerseyContainerResponseContext responseContext)
          Write the status and headers of the response and return an output stream for the web application to write the entity of the response.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.