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