| Package | Description |
|---|---|
| javax.ws.rs.container |
Container-specific JAX-RS API.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
ResumeCallback.onResume(AsyncResponse resuming,
Response response)
A resume callback notification method that will be invoked when the asynchronous
response is about to be resumed with a JAX-RS response instance.
|
void |
ResumeCallback.onResume(AsyncResponse resuming,
Throwable error)
A resume callback notification method that will be invoked in case the asynchronous
response is being resumed by an error (e.g.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.