Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ApplicationHandler.FutureResponseWriter |
Modifier and Type | Field and Description |
---|---|
private ContainerResponseWriter |
ContainerRequest.responseWriter |
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 |
ServerRuntime.AsyncResponder.onTimeout(ContainerResponseWriter responseWriter) |
void |
ContainerRequest.setWriter(ContainerResponseWriter responseWriter)
Set the container response writer for the current request.
|
Modifier and Type | Field and Description |
---|---|
private ContainerResponseWriter |
JerseyRequestTimeoutHandler.containerResponseWriter |
Constructor and Description |
---|
JerseyRequestTimeoutHandler(ContainerResponseWriter containerResponseWriter,
java.util.concurrent.ScheduledExecutorService timeoutTaskExecutor)
Create request timeout handler for the giver
response writer . |
Modifier and Type | Method and Description |
---|---|
void |
ContainerResponseWriter.TimeoutHandler.onTimeout(ContainerResponseWriter responseWriter)
Method is called, when
ContainerResponseWriter.suspend(...)
operation times out. |