| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Method | Description |
|---|---|---|
LogicalConnection |
WebSocketSession.getConnection() |
| Modifier and Type | Method | Description |
|---|---|---|
WebSocketSession |
SessionFactory.createSession(java.net.URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
|
WebSocketSession |
WebSocketSessionFactory.createSession(java.net.URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
|
RemoteEndpoint |
RemoteEndpointFactory.newRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoingFrames,
BatchMode batchMode) |
|
WebSocketRemoteEndpoint |
WebSocketSession.newRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoingFrames,
BatchMode batchMode) |
| Constructor | Description |
|---|---|
OnCloseLocalCallback(org.eclipse.jetty.util.Callback callback,
LogicalConnection connection,
CloseInfo close) |
|
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing) |
|
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing,
BatchMode batchMode) |
|
WebSocketSession(WebSocketContainerScope containerScope,
java.net.URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
| Modifier and Type | Method | Description |
|---|---|---|
LogicalConnection |
AbstractExtension.getConnection() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractExtension.setConnection(LogicalConnection connection) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractWebSocketConnection |
Provides the implementation of
LogicalConnection within the framework of the new Connection framework of jetty-io. |
Copyright © 1995–2018 Webtide. All rights reserved.