| Package | Description |
|---|---|
| org.glassfish.tyrus.websockets |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocket.onClose(ClosingFrame frame)
This callback will be invoked when the remote end-point sent a closing
frame.
|
void |
DefaultWebSocket.onClose(ClosingFrame frame) |
void |
WebSocketApplication.onClose(WebSocket socket,
ClosingFrame frame)
When a
WebSocket.onClose(org.glassfish.tyrus.websockets.draft06.ClosingFrame) is invoked, the WebSocket
will be unassociated with this application and closed. |
void |
WebSocketListener.onClose(WebSocket socket,
ClosingFrame frame)
Invoked when
WebSocket.onClose(org.glassfish.tyrus.websockets.draft06.ClosingFrame) has been called on a
particular WebSocket instance. |
Copyright © 2012-2013. All Rights Reserved.