| 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.extensions.mux |
Jetty WebSocket Common : MUX Extension Core [Unstable Early Draft]
|
| org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
| org.eclipse.jetty.websocket.common.message |
Jetty WebSocket Common : Message Handling
|
| Modifier and Type | Field and Description |
|---|---|
LogicalConnection |
WebSocketRemoteEndpoint.connection |
| Modifier and Type | Method and Description |
|---|---|
LogicalConnection |
WebSocketSession.getConnection() |
| Constructor and Description |
|---|
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing) |
WebSocketSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
| 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 |
MuxChannel
MuxChannel, acts as WebSocketConnection for specific sub-channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMuxExtension.setConnection(LogicalConnection connection) |
| Constructor and Description |
|---|
Muxer(LogicalConnection connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebSocketConnection
Provides the implementation of
WebSocketConnection within the framework of the new Connection framework of jetty-io |
| Constructor and Description |
|---|
MessageOutputStream(LogicalConnection connection,
OutgoingFrames outgoing) |
MessageWriter(LogicalConnection connection,
OutgoingFrames outgoing) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.