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 voidRemoteEndpoint. sendBytes(java.nio.ByteBuffer data, WriteCallback callback)Initiates the asynchronous transmission of a binary message.voidRemoteEndpoint. 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 voidOutgoingFrames. 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 voidWebSocketClientConnection. 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 classBlockingWriteCallback.WriteBlockerFields in org.eclipse.jetty.websocket.common declared as WriteCallback Modifier and Type Field Description private static WriteCallbackWebSocketRemoteEndpoint. NOOP_CALLBACKMethods in org.eclipse.jetty.websocket.common that return WriteCallback Modifier and Type Method Description private static WriteCallbackWebSocketRemoteEndpoint. 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 WriteCallbackWebSocketRemoteEndpoint. from(WriteCallback callback, java.lang.Runnable completed)voidWebSocketSession. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)voidWebSocketRemoteEndpoint. sendBytes(java.nio.ByteBuffer data, WriteCallback callback)voidWebSocketRemoteEndpoint. sendString(java.lang.String text, WriteCallback callback)voidWebSocketRemoteEndpoint. 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 classExtensionStack.FlusherFields in org.eclipse.jetty.websocket.common.extensions declared as WriteCallback Modifier and Type Field Description private WriteCallbackExtensionStack.FrameEntry. callbackMethods in org.eclipse.jetty.websocket.common.extensions with parameters of type WriteCallback Modifier and Type Method Description protected voidAbstractExtension. nextOutgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)private voidExtensionStack.Flusher. notifyCallbackFailure(WriteCallback callback, java.lang.Throwable failure)private voidExtensionStack.Flusher. notifyCallbackSuccess(WriteCallback callback)voidExtensionStack. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)voidFrameCaptureExtension. 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 classCompressExtension.FlusherFields in org.eclipse.jetty.websocket.common.extensions.compress declared as WriteCallback Modifier and Type Field Description private WriteCallbackCompressExtension.FrameEntry. callbackMethods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type WriteCallback Modifier and Type Method Description protected voidPerMessageDeflateExtension. nextOutgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)protected voidCompressExtension. notifyCallbackFailure(WriteCallback callback, java.lang.Throwable failure)protected voidCompressExtension. notifyCallbackSuccess(WriteCallback callback)voidCompressExtension. 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 classFragmentExtension.FlusherFields in org.eclipse.jetty.websocket.common.extensions.fragment declared as WriteCallback Modifier and Type Field Description private WriteCallbackFragmentExtension.FrameEntry. callbackMethods in org.eclipse.jetty.websocket.common.extensions.fragment with parameters of type WriteCallback Modifier and Type Method Description private voidFragmentExtension.Flusher. notifyCallbackFailure(WriteCallback callback, java.lang.Throwable failure)private voidFragmentExtension.Flusher. notifyCallbackSuccess(WriteCallback callback)voidFragmentExtension. 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 voidIdentityExtension. 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 classAbstractWebSocketConnection.CallbackBridgeclassFutureWriteCallbackAllows events to aWriteCallbackto drive aFuturefor the user.Fields in org.eclipse.jetty.websocket.common.io declared as WriteCallback Modifier and Type Field Description private WriteCallbackFrameFlusher.FrameEntry. callbackMethods in org.eclipse.jetty.websocket.common.io with parameters of type WriteCallback Modifier and Type Method Description booleanFrameFlusher. enqueue(Frame frame, WriteCallback callback, BatchMode batchMode)protected voidFrameFlusher. notifyCallbackFailure(WriteCallback callback, java.lang.Throwable failure)protected voidFrameFlusher. notifyCallbackSuccess(WriteCallback callback)voidAbstractWebSocketConnection. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)Frame from API, User, or Internal implementation destined for network.voidFramePipes.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 WriteCallbackMessageOutputStream. callbackprivate WriteCallbackMessageWriter. callbackMethods in org.eclipse.jetty.websocket.common.message with parameters of type WriteCallback Modifier and Type Method Description voidMessageOutputStream. setCallback(WriteCallback callback)voidMessageWriter. 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 classSendHandlerWriteCallback
-