|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CloseReason | |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform | |
| Uses of CloseReason in javax.net.websocket |
|---|
| Methods in javax.net.websocket that return CloseReason | |
|---|---|
CloseReason |
Session.getCloseStatus()
If this session is no longer active, returns the reason for closure. |
| Methods in javax.net.websocket with parameters of type CloseReason | |
|---|---|
void |
Session.close(CloseReason closeStatus)
Close the current conversation, giving a reason for the closure. |
| Uses of CloseReason in org.glassfish.tyrus.platform |
|---|
| Methods in org.glassfish.tyrus.platform that return CloseReason | |
|---|---|
CloseReason |
SessionImpl.getCloseStatus()
|
| Methods in org.glassfish.tyrus.platform with parameters of type CloseReason | |
|---|---|
void |
SessionImpl.close(CloseReason closeReason)
Closes the underlying connection this session is based upon. |
void |
RemoteEndpointWrapper.close(CloseReason cr)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||