Package | Description |
---|---|
org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
org.eclipse.jetty.websocket.api.io |
Jetty WebSocket API : I/O Classes
|
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) |
Constructor and Description |
---|
WebSocketBlockingConnection(Session session) |
WebSocketOutputStream(Session session) |
WebSocketWriter(Session session) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.