| Package | Description |
|---|---|
| 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 |
|---|---|
boolean |
ContainerResponseWriter.suspend(long timeOut,
TimeUnit timeUnit,
ContainerResponseWriter.TimeoutHandler timeoutHandler)
Suspend the request/response processing.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResponseWriter.suspend(long timeOut,
TimeUnit timeUnit,
ContainerResponseWriter.TimeoutHandler timeoutHandler) |
| 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.