|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||