Uses of Interface
javax.websocket.Session

Packages that use Session
javax.websocket   
org.glassfish.tyrus   
org.glassfish.tyrus.client   
org.glassfish.tyrus.server   
 

Uses of Session in javax.websocket
 

Methods in javax.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.websocket with parameters of type Session
abstract  void Endpoint.onOpen(Session session)
          Developers must 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
          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.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()
           
 



Copyright © 2012. All Rights Reserved.