public static interface TyrusEndpointWrapper.OnCloseListener
Modifier and Type | Method and Description |
---|---|
void |
onClose(CloseReason closeReason)
Invoked after
OnClose annotated method or Endpoint.onClose(javax.websocket.Session, javax.websocket.CloseReason) is invoked. |
void onClose(CloseReason closeReason)
OnClose
annotated method or Endpoint.onClose(javax.websocket.Session, javax.websocket.CloseReason)
is invoked.closeReason
- close reason.Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.