| Package | Description |
|---|---|
| javax.websocket |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.close(CloseReason closeStatus)
Close the current conversation, giving a reason for the closure.
|
void |
Endpoint.onClose(CloseReason closeReason)
This method is called when the session with the client is terminated.
|
Copyright © 2013. All Rights Reserved.