| 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. |
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,
java.lang.Throwable error)
A resume callback notification method that will be invoked in case the asynchronous
response is being resumed by an error (e.g. |