| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
| Modifier and Type | Method | Description |
|---|---|---|
Session |
WebSocketAdapter.getSession() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WebSocketAdapter.onWebSocketConnect(Session sess) |
|
void |
WebSocketConnectionListener.onWebSocketConnect(Session session) |
A WebSocket
Session has connected successfully and is ready to be used. |
Copyright © 1995–2017 Webtide. All rights reserved.