Package | Description |
---|---|
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 |
---|---|
boolean |
JerseyRequestTimeoutHandler.suspend(long timeOut,
TimeUnit unit,
ContainerResponseWriter.TimeoutHandler handler)
Suspend the request/response processing.
|
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) |
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.