|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus | |
| org.glassfish.tyrus.client | |
| org.glassfish.tyrus.server | |
| 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 a copy of the Set of the currently active web socket sessions. |
| Methods in javax.net.websocket with parameters of type Session | |
|---|---|
void |
Endpoint.onClose(Session session,
CloseReason closeReason)
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 |
|---|
| Classes in org.glassfish.tyrus that implement Session | |
|---|---|
class |
SessionImpl<T>
Implementation of the WebSocketConversation. |
| Methods in org.glassfish.tyrus that return Session | |
|---|---|
Session |
RemoteEndpointWrapper.getSession()
|
| Methods in org.glassfish.tyrus with parameters of type Session | |
|---|---|
void |
AnnotatedEndpoint.onClose(Session session,
CloseReason closeReason)
|
void |
AnnotatedEndpoint.onError(Throwable thr,
Session session)
|
void |
AnnotatedEndpoint.onOpen(Session session)
|
| Uses of Session in org.glassfish.tyrus.client |
|---|
| Methods in org.glassfish.tyrus.client that return types with arguments of type Session | |
|---|---|
Set<Session> |
ClientManager.getActiveSessions()
|
| Uses of Session in org.glassfish.tyrus.server |
|---|
| Methods in org.glassfish.tyrus.server that return types with arguments of type Session | |
|---|---|
Set<Session> |
TyrusServerContainer.getActiveSessions()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||