| Package | Description |
|---|---|
| javax.websocket |
| Modifier and Type | Method and Description |
|---|---|
Set<Session> |
ClientContainer.getActiveSessions()
Return a copy of the Set of the currently active web socket sessions.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Endpoint.onOpen(Session session)
Developers must implement this method to be notified when a new conversation has
just begun.
|
Copyright © 2013. All Rights Reserved.