| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.api.extensions |
Jetty WebSocket API : WebSocket Extension API
|
| 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.extensions.compress |
Jetty WebSocket Common : Message Compression Extension Implementations
|
| org.eclipse.jetty.websocket.common.extensions.fragment |
Jetty WebSocket Common : Auto Fragment Extension Implementation
|
| org.eclipse.jetty.websocket.common.extensions.identity |
Jetty WebSocket Common : Identity Extension Implementation
|
| org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
| org.eclipse.jetty.websocket.common.message |
Jetty WebSocket Common : Message Handling
|
| org.eclipse.jetty.websocket.jsr356 | |
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Extension |
Interface for WebSocket Extensions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Extension.setNextOutgoingFrames(OutgoingFrames nextOutgoing) |
Set the next
OutgoingFrames to call in the chain. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
WebSocketClientConnection |
Client side WebSocket physical connection.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
LogicalConnection |
| Modifier and Type | Class | Description |
|---|---|---|
class |
WebSocketSession |
| Modifier and Type | Method | Description |
|---|---|---|
OutgoingFrames |
WebSocketSession.getOutgoingHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
RemoteEndpoint |
RemoteEndpointFactory.newRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoingFrames,
BatchMode batchMode) |
|
WebSocketRemoteEndpoint |
WebSocketSession.newRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoingFrames,
BatchMode batchMode) |
|
void |
WebSocketSession.setOutgoingHandler(OutgoingFrames outgoing) |
| Constructor | Description |
|---|---|
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing) |
|
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing,
BatchMode batchMode) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractExtension |
|
class |
ExtensionStack |
Represents the stack of Extensions.
|
class |
FrameCaptureExtension |
| Modifier and Type | Method | Description |
|---|---|---|
OutgoingFrames |
AbstractExtension.getNextOutgoing() |
|
OutgoingFrames |
ExtensionStack.getNextOutgoing() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ExtensionStack.setNextOutgoing(OutgoingFrames nextOutgoing) |
|
void |
AbstractExtension.setNextOutgoingFrames(OutgoingFrames nextOutgoing) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompressExtension |
|
class |
DeflateFrameExtension |
Implementation of the
deflate-frame
extension seen out in the wild.
|
class |
PerMessageDeflateExtension |
Per Message Deflate Compression extension for WebSocket.
|
class |
XWebkitDeflateFrameExtension |
Implementation of the x-webkit-deflate-frame extension seen out
in the wild.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FragmentExtension |
Fragment Extension
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
IdentityExtension |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractWebSocketConnection |
Provides the implementation of
LogicalConnection within the framework of the new Connection framework of jetty-io. |
| Modifier and Type | Method | Description |
|---|---|---|
static OutgoingFrames |
FramePipes.to(IncomingFrames incoming) |
| Modifier and Type | Method | Description |
|---|---|---|
static IncomingFrames |
FramePipes.to(OutgoingFrames outgoing) |
| Constructor | Description |
|---|---|
MessageOutputStream(OutgoingFrames outgoing,
int bufferSize,
org.eclipse.jetty.io.ByteBufferPool bufferPool) |
|
MessageWriter(OutgoingFrames outgoing,
int bufferSize,
org.eclipse.jetty.io.ByteBufferPool bufferPool) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JsrSession |
Session for the JSR.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
WebSocketServerConnection |
Copyright © 1995–2019 Webtide. All rights reserved.