| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common.extensions |
Jetty WebSocket Common : Extension Implementations
|
| org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
| org.eclipse.jetty.websocket.jsr356 | |
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketClientConnection
Client side WebSocket physical connection.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalConnection |
WebSocketSession.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
WebSocketSessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
WebSocketSession |
SessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
| Constructor and Description |
|---|
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing) |
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing,
BatchMode batchMode) |
WebSocketSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection,
SessionListener... sessionListeners) |
| Modifier and Type | Method and Description |
|---|---|
LogicalConnection |
AbstractExtension.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExtension.setConnection(LogicalConnection connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebSocketConnection
Provides the implementation of
LogicalConnection within the framework of the new Connection framework of jetty-io. |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
JsrSessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
| Constructor and Description |
|---|
JsrSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection,
ClientContainer container,
String id,
SessionListener... sessionListeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketServerConnection |
Copyright © 1995-2015 Webtide. All Rights Reserved.