Package | Description |
---|---|
org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
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.jsr356 |
Modifier and Type | Method and Description |
---|---|
BatchMode |
RemoteEndpoint.getBatchMode() |
static BatchMode |
BatchMode.max(BatchMode one,
BatchMode two) |
static BatchMode |
BatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchMode[] |
BatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BatchMode |
BatchMode.max(BatchMode one,
BatchMode two) |
Modifier and Type | Method and Description |
---|---|
void |
OutgoingFrames.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode)
A frame, and optional callback, intended for the network layer.
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketClientConnection.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode)
Override to set the masker.
|
Modifier and Type | Method and Description |
---|---|
BatchMode |
WebSocketSession.getBatchMode() |
BatchMode |
WebSocketRemoteEndpoint.getBatchMode() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketRemoteEndpoint.setBatchMode(BatchMode batchMode) |
Constructor and Description |
---|
WebSocketRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoing,
BatchMode batchMode) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExtension.nextOutgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
void |
FrameDebugExtension.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
void |
ExtensionStack.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
Modifier and Type | Method and Description |
---|---|
protected void |
PerMessageDeflateExtension.nextOutgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
void |
CompressExtension.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
Modifier and Type | Method and Description |
---|---|
void |
FragmentExtension.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityExtension.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
Modifier and Type | Method and Description |
---|---|
void |
FrameFlusher.enqueue(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
void |
AbstractWebSocketConnection.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode)
Frame from API, User, or Internal implementation destined for network.
|
Modifier and Type | Method and Description |
---|---|
BatchMode |
JsrSession.getBatchMode() |
Copyright © 1995-2015 Webtide. All Rights Reserved.