| Package | Description |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.close(CloseReason closeStatus)
Close the current conversation, giving a reason for the closure.
|
void |
Endpoint.onClose(Session session,
CloseReason closeReason)
Developers may implement this method to be notified when an active conversation
has just been terminated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionImpl.close(CloseReason closeReason)
Closes the underlying connection this session is based upon.
|
void |
RemoteEndpointWrapper.close(CloseReason cr) |
void |
EndpointAdapter.onClose(Session session,
CloseReason closeReason) |
Copyright © 2012. All Rights Reserved.