| Package | Description |
|---|---|
| com.acme | |
| org.eclipse.jetty.embedded | |
| org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
| org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
| org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common.events.annotated | |
| org.eclipse.jetty.websocket.jsr356 |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketChatServlet.ChatWebSocket.onOpen(Session sess) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketServer.EchoSocket.onMessage(Session session,
String message) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Future<Session> |
WebSocketClient.connect(Object websocket,
URI toUri) |
Future<Session> |
WebSocketClient.connect(Object websocket,
URI toUri,
ClientUpgradeRequest request) |
Future<Session> |
WebSocketClient.connect(Object websocket,
URI toUri,
ClientUpgradeRequest request,
UpgradeListener upgradeListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketSession |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionalSessionCallableMethod.call(Object obj,
Session connection,
Object... args) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsrSession
Session for the JSR.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.