| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
| org.glassfish.jersey.servlet.internal |
Jersey internal Servlet API.
|
| org.glassfish.jersey.servlet.spi |
SPI for Jersey generic Servlet container support.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerResponseWriter |
ContainerRequest.getResponseWriter()
Get the container response writer for the current request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerRequest.setWriter(ContainerResponseWriter responseWriter)
Set the container response writer for the current request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerResponseWriter.TimeoutHandler.onTimeout(ContainerResponseWriter responseWriter)
Method is called, when
ContainerResponseWriter.suspend(...)
operation times out. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseWriter
An internal implementation of
ContainerResponseWriter for Servlet containers. |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncContextDelegate.suspend(ContainerResponseWriter writer,
long timeOut,
TimeUnit timeUnit,
ContainerResponseWriter.TimeoutHandler timeoutHandler)
Invoked by the superior
ContainerResponseWriter responsible
for writing the response when processing is to be suspended. |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.