Uses of Interface
org.glassfish.jersey.server.spi.ContainerResponseWriter

Packages that use ContainerResponseWriter
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.internal Jersey server-side internal classes. 
org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. 
 

Uses of ContainerResponseWriter in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server that return ContainerResponseWriter
 ContainerResponseWriter ContainerRequest.getResponseWriter()
          Get the container response writer for the current request.
 

Methods in org.glassfish.jersey.server with parameters of type ContainerResponseWriter
 void ContainerRequest.setWriter(ContainerResponseWriter responseWriter)
          Set the container response writer for the current request.
 

Uses of ContainerResponseWriter in org.glassfish.jersey.server.internal
 

Constructors in org.glassfish.jersey.server.internal with parameters of type ContainerResponseWriter
JerseyRequestTimeoutHandler(ContainerResponseWriter containerResponseWriter, ScheduledExecutorService timeoutTaskExecutor)
          Create request timeout handler for the giver response writer.
 

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

Methods in org.glassfish.jersey.server.spi with parameters of type ContainerResponseWriter
 void ContainerResponseWriter.TimeoutHandler.onTimeout(ContainerResponseWriter responseWriter)
          Method is called, when ContainerResponseWriter.suspend(...) operation times out.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.