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

Packages that use ContainerResponse
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes. 
org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing. 
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.monitoring Jersey server-side monitoring JMX MBeans interfaces. 
org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. 
 

Uses of ContainerResponse in org.glassfish.jersey.server
 

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

Uses of ContainerResponse in org.glassfish.jersey.server.internal.monitoring
 

Methods in org.glassfish.jersey.server.internal.monitoring that return ContainerResponse
 ContainerResponse RequestEventImpl.getContainerResponse()
           
 

Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type ContainerResponse
 RequestEventBuilder EmptyRequestEventBuilder.setContainerResponse(ContainerResponse containerResponse)
           
 RequestEventBuilder RequestEventBuilder.setContainerResponse(ContainerResponse containerResponse)
          Set the container response.
 RequestEventImpl.Builder RequestEventImpl.Builder.setContainerResponse(ContainerResponse containerResponse)
           
 

Uses of ContainerResponse in org.glassfish.jersey.server.internal.process
 

Methods in org.glassfish.jersey.server.internal.process that return types with arguments of type ContainerResponse
 Stage<ContainerResponse> RespondingContext.createRespondingRoot()
          (Optionally) create a responder chain from all transformations previously pushed into the context.
 

Method parameters in org.glassfish.jersey.server.internal.process with type arguments of type ContainerResponse
 void RespondingContext.push(ChainableStage<ContainerResponse> stage)
          Push chainable response transformation stage that should be applied.
 void RespondingContext.push(com.google.common.base.Function<ContainerResponse,ContainerResponse> responseTransformation)
          Push response transformation function that should be applied.
 void RespondingContext.push(com.google.common.base.Function<ContainerResponse,ContainerResponse> responseTransformation)
          Push response transformation function that should be applied.
 

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

Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type ContainerResponse
 Inflector<ContainerRequest,ContainerResponse> UriRoutingContext.getInflector()
           
 Inflector<ContainerRequest,ContainerResponse> 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 ContainerResponse
 void UriRoutingContext.setInflector(Inflector<ContainerRequest,ContainerResponse> inflector)
           
 void RoutingContext.setInflector(Inflector<ContainerRequest,ContainerResponse> inflector)
          Set the matched request to response inflector.
 

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

Methods in org.glassfish.jersey.server.model that return ContainerResponse
 ContainerResponse ResourceMethodInvoker.apply(ContainerRequest requestContext)
           
 

Uses of ContainerResponse in org.glassfish.jersey.server.monitoring
 

Methods in org.glassfish.jersey.server.monitoring that return ContainerResponse
 ContainerResponse RequestEvent.getContainerResponse()
          Get the container response.
 

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

Methods in org.glassfish.jersey.server.spi with parameters of type ContainerResponse
 OutputStream ContainerResponseWriter.writeResponseStatusAndHeaders(long contentLength, ContainerResponse 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-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.