|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionCallback
Asynchronous request processing lifecycle callback that receives connection
related asynchronous response
lifecycle events.
Support for this type of callback by JAX-RS runtime is OPTIONAL.
Method Summary | |
---|---|
void |
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. |
Method Detail |
---|
void onDisconnect(AsyncResponse disconnected)
disconnected
- asynchronous response for which the remote client connection
has been lost.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |