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 : Frame & 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.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Interface and Description |
---|---|
interface |
Extension
Interface for WebSocket Extensions.
|
Modifier and Type | Method and Description |
---|---|
void |
Extension.setNextOutgoingFrames(OutgoingFrames nextOutgoing)
Set the next
OutgoingFrames to call in the chain. |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClientConnection
Client side WebSocket physical connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogicalConnection |
Modifier and Type | Method and Description |
---|---|
OutgoingFrames |
WebSocketSession.getOutgoingHandler() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketSession.setOutgoingHandler(OutgoingFrames outgoing) |
Constructor and Description |
---|
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing) |
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing,
BatchMode batchMode) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtension |
class |
ExtensionStack
Represents the stack of Extensions.
|
class |
FrameDebugExtension |
Modifier and Type | Method and Description |
---|---|
OutgoingFrames |
ExtensionStack.getNextOutgoing() |
OutgoingFrames |
AbstractExtension.getNextOutgoing() |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionStack.setNextOutgoing(OutgoingFrames nextOutgoing) |
void |
AbstractExtension.setNextOutgoingFrames(OutgoingFrames nextOutgoing) |
Modifier and Type | Class and 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 and Description |
---|---|
class |
FragmentExtension
Fragment Extension
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityExtension |
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 |
---|---|
static OutgoingFrames |
FramePipes.to(IncomingFrames incoming) |
Modifier and Type | Method and Description |
---|---|
static IncomingFrames |
FramePipes.to(OutgoingFrames outgoing) |
Constructor and Description |
---|
MessageOutputStream(OutgoingFrames outgoing,
int bufferSize,
ByteBufferPool bufferPool) |
MessageWriter(OutgoingFrames outgoing,
int bufferSize,
ByteBufferPool bufferPool) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServerConnection |
Copyright © 1995-2015 Webtide. All Rights Reserved.