Uses of Interface
org.eclipse.jetty.websocket.api.WriteCallback
-
Packages that use WriteCallback Package Description org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.eclipse.jetty.websocket.api.extensions Jetty WebSocket API : WebSocket Extension APIorg.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 Implementationsorg.eclipse.jetty.websocket.common.extensions.compress Jetty WebSocket Common : Message Compression Extension Implementationsorg.eclipse.jetty.websocket.common.extensions.fragment Jetty WebSocket Common : Auto Fragment Extension Implementationorg.eclipse.jetty.websocket.common.extensions.identity Jetty WebSocket Common : Identity Extension Implementationorg.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementationorg.eclipse.jetty.websocket.common.message Jetty WebSocket Common : Message Handlingorg.eclipse.jetty.websocket.jsr356.messages -
-
Uses of WriteCallback in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api with parameters of type WriteCallback Modifier and Type Method Description void
RemoteEndpoint. sendBytes(java.nio.ByteBuffer data, WriteCallback callback)
Initiates the asynchronous transmission of a binary message.void
RemoteEndpoint. sendString(java.lang.String text, WriteCallback callback)
Initiates the asynchronous transmission of a text message. -
Uses of WriteCallback in org.eclipse.jetty.websocket.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions with parameters of type WriteCallback Modifier and Type Method Description void
OutgoingFrames. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
A frame, and optional callback, intended for the network layer. -
Uses of WriteCallback in org.eclipse.jetty.websocket.client.io
Methods in org.eclipse.jetty.websocket.client.io with parameters of type WriteCallback Modifier and Type Method Description void
WebSocketClientConnection. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
Override to set the masker. -
Uses of WriteCallback in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement WriteCallback Modifier and Type Class Description static class
BlockingWriteCallback.WriteBlocker
Fields in org.eclipse.jetty.websocket.common declared as WriteCallback Modifier and Type Field Description private static WriteCallback
WebSocketRemoteEndpoint. NOOP_CALLBACK
Methods in org.eclipse.jetty.websocket.common that return WriteCallback Modifier and Type Method Description private static WriteCallback
WebSocketRemoteEndpoint. from(WriteCallback callback, java.lang.Runnable completed)
Methods in org.eclipse.jetty.websocket.common with parameters of type WriteCallback Modifier and Type Method Description private static WriteCallback
WebSocketRemoteEndpoint. from(WriteCallback callback, java.lang.Runnable completed)
void
WebSocketSession. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
void
WebSocketRemoteEndpoint. sendBytes(java.nio.ByteBuffer data, WriteCallback callback)
void
WebSocketRemoteEndpoint. sendString(java.lang.String text, WriteCallback callback)
void
WebSocketRemoteEndpoint. uncheckedSendFrame(WebSocketFrame frame, WriteCallback callback)
-
Uses of WriteCallback in org.eclipse.jetty.websocket.common.extensions
Classes in org.eclipse.jetty.websocket.common.extensions that implement WriteCallback Modifier and Type Class Description private class
ExtensionStack.Flusher
Fields in org.eclipse.jetty.websocket.common.extensions declared as WriteCallback Modifier and Type Field Description private WriteCallback
ExtensionStack.FrameEntry. callback
Methods in org.eclipse.jetty.websocket.common.extensions with parameters of type WriteCallback Modifier and Type Method Description protected void
AbstractExtension. nextOutgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
private void
ExtensionStack.Flusher. notifyCallbackFailure(WriteCallback callback, java.lang.Throwable failure)
private void
ExtensionStack.Flusher. notifyCallbackSuccess(WriteCallback callback)
void
ExtensionStack. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
void
FrameCaptureExtension. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
Constructors in org.eclipse.jetty.websocket.common.extensions with parameters of type WriteCallback Constructor Description FrameEntry(Frame frame, WriteCallback callback, BatchMode batchMode)
-
Uses of WriteCallback in org.eclipse.jetty.websocket.common.extensions.compress
Classes in org.eclipse.jetty.websocket.common.extensions.compress that implement WriteCallback Modifier and Type Class Description private class
CompressExtension.Flusher
Fields in org.eclipse.jetty.websocket.common.extensions.compress declared as WriteCallback Modifier and Type Field Description private WriteCallback
CompressExtension.FrameEntry. callback
Methods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type WriteCallback Modifier and Type Method Description protected void
PerMessageDeflateExtension. nextOutgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
protected void
CompressExtension. notifyCallbackFailure(WriteCallback callback, java.lang.Throwable failure)
protected void
CompressExtension. notifyCallbackSuccess(WriteCallback callback)
void
CompressExtension. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
Constructors in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type WriteCallback Constructor Description FrameEntry(Frame frame, WriteCallback callback, BatchMode batchMode)
-
Uses of WriteCallback in org.eclipse.jetty.websocket.common.extensions.fragment
Classes in org.eclipse.jetty.websocket.common.extensions.fragment that implement WriteCallback Modifier and Type Class Description private class
FragmentExtension.Flusher
Fields in org.eclipse.jetty.websocket.common.extensions.fragment declared as WriteCallback Modifier and Type Field Description private WriteCallback
FragmentExtension.FrameEntry. callback
Methods in org.eclipse.jetty.websocket.common.extensions.fragment with parameters of type WriteCallback Modifier and Type Method Description private void
FragmentExtension.Flusher. notifyCallbackFailure(WriteCallback callback, java.lang.Throwable failure)
private void
FragmentExtension.Flusher. notifyCallbackSuccess(WriteCallback callback)
void
FragmentExtension. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
Constructors in org.eclipse.jetty.websocket.common.extensions.fragment with parameters of type WriteCallback Constructor Description FrameEntry(Frame frame, WriteCallback callback, BatchMode batchMode)
-
Uses of WriteCallback in org.eclipse.jetty.websocket.common.extensions.identity
Methods in org.eclipse.jetty.websocket.common.extensions.identity with parameters of type WriteCallback Modifier and Type Method Description void
IdentityExtension. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
-
Uses of WriteCallback in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement WriteCallback Modifier and Type Class Description private static class
AbstractWebSocketConnection.CallbackBridge
class
FutureWriteCallback
Allows events to aWriteCallback
to drive aFuture
for the user.Fields in org.eclipse.jetty.websocket.common.io declared as WriteCallback Modifier and Type Field Description private WriteCallback
FrameFlusher.FrameEntry. callback
Methods in org.eclipse.jetty.websocket.common.io with parameters of type WriteCallback Modifier and Type Method Description boolean
FrameFlusher. enqueue(Frame frame, WriteCallback callback, BatchMode batchMode)
protected void
FrameFlusher. notifyCallbackFailure(WriteCallback callback, java.lang.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.void
FramePipes.Out2In. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
Constructors in org.eclipse.jetty.websocket.common.io with parameters of type WriteCallback Constructor Description FrameEntry(Frame frame, WriteCallback callback, BatchMode batchMode)
-
Uses of WriteCallback in org.eclipse.jetty.websocket.common.message
Fields in org.eclipse.jetty.websocket.common.message declared as WriteCallback Modifier and Type Field Description private WriteCallback
MessageOutputStream. callback
private WriteCallback
MessageWriter. callback
Methods in org.eclipse.jetty.websocket.common.message with parameters of type WriteCallback Modifier and Type Method Description void
MessageOutputStream. setCallback(WriteCallback callback)
void
MessageWriter. setCallback(WriteCallback callback)
-
Uses of WriteCallback in org.eclipse.jetty.websocket.jsr356.messages
Classes in org.eclipse.jetty.websocket.jsr356.messages that implement WriteCallback Modifier and Type Class Description class
SendHandlerWriteCallback
-