|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform | |
| Uses of Session in javax.net.websocket |
|---|
| Methods in javax.net.websocket that return types with arguments of type Session | |
|---|---|
Set<Session> |
ClientContainer.getActiveSessions()
Return an unordered collection of the currently active web socket sessions. |
| Methods in javax.net.websocket with parameters of type Session | |
|---|---|
void |
Endpoint.onClose(Session session)
Developers may implement this method to be notified when an active conversation has just been terminated. |
void |
Endpoint.onError(Throwable thr,
Session s)
Developers may implement this method when a web socket connection, represented by the session, creates some kind of error that is not modeled in the web socket protocol. |
abstract void |
Endpoint.onOpen(Session session)
Developers may implement this method to be notified when a new conversation has just begun. |
| Uses of Session in org.glassfish.tyrus.platform |
|---|
| Classes in org.glassfish.tyrus.platform that implement Session | |
|---|---|
class |
SessionImpl
Implementation of the WebSocketConversation. |
| Methods in org.glassfish.tyrus.platform that return Session | |
|---|---|
Session |
RemoteEndpointWrapper.getSession()
|
| Methods in org.glassfish.tyrus.platform that return types with arguments of type Session | |
|---|---|
Set<Session> |
ServerContainerImpl.getActiveSessions()
Return an unordered collection of the currently active web socket sessions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||