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 |
ServerRuntime.AsyncResponder |
Modifier and Type | Method and Description |
---|---|
boolean |
ApplicationHandler.FutureResponseWriter.suspend(long time,
java.util.concurrent.TimeUnit unit,
ContainerResponseWriter.TimeoutHandler handler) |
Modifier and Type | Field and Description |
---|---|
private ContainerResponseWriter.TimeoutHandler |
JerseyRequestTimeoutHandler.timeoutHandler |
Modifier and Type | Method and Description |
---|---|
boolean |
JerseyRequestTimeoutHandler.suspend(long timeOut,
java.util.concurrent.TimeUnit unit,
ContainerResponseWriter.TimeoutHandler handler)
Suspend the request/response processing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContainerResponseWriter.suspend(long timeOut,
java.util.concurrent.TimeUnit timeUnit,
ContainerResponseWriter.TimeoutHandler timeoutHandler)
Suspend the request/response processing.
|