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.
|
org.glassfish.jersey.servlet.internal |
Jersey internal Servlet API.
|
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.
|
Constructor and Description |
---|
JerseyRequestTimeoutHandler(ContainerResponseWriter containerResponseWriter,
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. |
Modifier and Type | Class and Description |
---|---|
class |
ResponseWriter
An internal implementation of
ContainerResponseWriter for Servlet containers. |
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.