Uses of Interface
org.glassfish.jersey.server.spi.ContainerResponseWriter
Packages that use ContainerResponseWriter
Package
Description
Jersey server-side classes.
Jersey server-side internal classes.
Jersey server-side service provider contract (SPI) classes.
Jersey internal Servlet API.
- 
Uses of ContainerResponseWriter in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return ContainerResponseWriterModifier and TypeMethodDescriptionContainerRequest.getResponseWriter()Get the container response writer for the current request.Methods in org.glassfish.jersey.server with parameters of type ContainerResponseWriterModifier and TypeMethodDescriptionvoidContainerRequest.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 ContainerResponseWriterModifierConstructorDescriptionJerseyRequestTimeoutHandler(ContainerResponseWriter containerResponseWriter, ScheduledExecutorService timeoutTaskExecutor) Create request timeout handler for the giverresponse writer. - 
Uses of ContainerResponseWriter in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi with parameters of type ContainerResponseWriterModifier and TypeMethodDescriptionvoidContainerResponseWriter.TimeoutHandler.onTimeout(ContainerResponseWriter responseWriter) Method is called, whenContainerResponseWriter.suspend(...)operation times out. - 
Uses of ContainerResponseWriter in org.glassfish.jersey.servlet.internal
Classes in org.glassfish.jersey.servlet.internal that implement ContainerResponseWriterModifier and TypeClassDescriptionclassAn internal implementation ofContainerResponseWriterfor Servlet containers.