Uses of Interface
javax.websocket.Session

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.
 




Copyright © 2012 Oracle and/or its affiliates. All rights reserved.