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.common.message |
Jetty WebSocket Common : Message Handling
|
org.eclipse.jetty.websocket.jsr356.messages |
Modifier and Type | Method and Description |
---|---|
void |
RemoteEndpoint.sendBytes(ByteBuffer data,
WriteCallback callback)
Initiates the asynchronous transmission of a binary message.
|
void |
RemoteEndpoint.sendString(String text,
WriteCallback callback)
Initiates the asynchronous transmission of a text message.
|
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 | Class and Description |
---|---|
static class |
BlockingWriteCallback.WriteBlocker |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketRemoteEndpoint.sendBytes(ByteBuffer data,
WriteCallback callback) |
void |
WebSocketRemoteEndpoint.sendString(String text,
WriteCallback callback) |
void |
WebSocketRemoteEndpoint.uncheckedSendFrame(WebSocketFrame frame,
WriteCallback callback) |
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) |
protected void |
CompressExtension.notifyCallbackFailure(WriteCallback callback,
Throwable failure) |
protected void |
CompressExtension.notifyCallbackSuccess(WriteCallback callback) |
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 | Class and Description |
---|---|
class |
AbstractWebSocketConnection.OnCloseLocalCallback |
class |
AbstractWebSocketConnection.OnDisconnectCallback |
class |
FutureWriteCallback
Allows events to a
WriteCallback to drive a Future for the user. |
Modifier and Type | Method and Description |
---|---|
void |
FrameFlusher.enqueue(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
protected void |
FrameFlusher.notifyCallbackFailure(WriteCallback callback,
Throwable failure) |
protected void |
FrameFlusher.notifyCallbackSuccess(WriteCallback callback) |
void |
AbstractWebSocketConnection.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode)
Frame from API, User, or Internal implementation destined for network.
|
static Callback |
WriteCallbackWrapper.wrap(WriteCallback callback) |
Constructor and Description |
---|
AbstractWebSocketConnection.OnCloseLocalCallback(WriteCallback callback,
CloseInfo close) |
WriteCallbackWrapper(WriteCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
MessageWriter.setCallback(WriteCallback callback) |
void |
MessageOutputStream.setCallback(WriteCallback callback) |
Modifier and Type | Class and Description |
---|---|
class |
SendHandlerWriteCallback |
Copyright © 1995-2015 Webtide. All Rights Reserved.