|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncResponse | |
|---|---|
| javax.ws.rs.container | Container-specific JAX-RS API. |
| org.glassfish.jersey.server.internal.process | |
| Uses of AsyncResponse in javax.ws.rs.container |
|---|
| Methods in javax.ws.rs.container with parameters of type AsyncResponse | |
|---|---|
void |
TimeoutHandler.handleTimeout(AsyncResponse asyncResponse)
Invoked when the suspended asynchronous response is about to time out. |
void |
ConnectionCallback.onDisconnect(AsyncResponse disconnected)
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected. |
| Uses of AsyncResponse in org.glassfish.jersey.server.internal.process |
|---|
| Subinterfaces of AsyncResponse in org.glassfish.jersey.server.internal.process | |
|---|---|
interface |
AsyncContext
Injectable asynchronous processing context that can be used to control various aspects of asynchronous processing of a single request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||