Uses of Class
org.eclipse.jetty.websocket.api.BatchMode
-
Packages that use BatchMode Package Description org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.eclipse.jetty.websocket.api.annotations Jetty WebSocket API : WebSocket POJO Annotationsorg.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.events Jetty WebSocket Common : Event Driver for WebSocket Objectorg.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.jsr356 -
-
Uses of BatchMode in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return BatchMode Modifier and Type Method Description BatchMode
RemoteEndpoint. getBatchMode()
static BatchMode
BatchMode. max(BatchMode one, BatchMode two)
static BatchMode
BatchMode. valueOf(java.lang.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.Methods in org.eclipse.jetty.websocket.api with parameters of type BatchMode Modifier and Type Method Description static BatchMode
BatchMode. max(BatchMode one, BatchMode two)
void
RemoteEndpoint. setBatchMode(BatchMode mode)
Set the batch mode with which messages are sent. -
Uses of BatchMode in org.eclipse.jetty.websocket.api.annotations
Methods in org.eclipse.jetty.websocket.api.annotations that return BatchMode Modifier and Type Method Description BatchMode
batchMode()
-
Uses of BatchMode in org.eclipse.jetty.websocket.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions with parameters of type BatchMode 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 BatchMode in org.eclipse.jetty.websocket.client.io
Methods in org.eclipse.jetty.websocket.client.io with parameters of type BatchMode Modifier and Type Method Description void
WebSocketClientConnection. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
Override to set the masker. -
Uses of BatchMode in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return BatchMode Modifier and Type Method Description BatchMode
WebSocketRemoteEndpoint. getBatchMode()
BatchMode
WebSocketSession. getBatchMode()
Methods in org.eclipse.jetty.websocket.common with parameters of type BatchMode Modifier and Type Method Description RemoteEndpoint
RemoteEndpointFactory. newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
WebSocketRemoteEndpoint
WebSocketSession. newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
void
WebSocketSession. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
void
WebSocketRemoteEndpoint. setBatchMode(BatchMode batchMode)
Constructors in org.eclipse.jetty.websocket.common with parameters of type BatchMode Constructor Description WebSocketRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoing, BatchMode batchMode)
-
Uses of BatchMode in org.eclipse.jetty.websocket.common.events
Methods in org.eclipse.jetty.websocket.common.events that return BatchMode Modifier and Type Method Description BatchMode
AbstractEventDriver. getBatchMode()
BatchMode
EventDriver. getBatchMode()
BatchMode
JettyAnnotatedEventDriver. getBatchMode()
-
Uses of BatchMode in org.eclipse.jetty.websocket.common.extensions
Methods in org.eclipse.jetty.websocket.common.extensions with parameters of type BatchMode Modifier and Type Method Description protected void
AbstractExtension. nextOutgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
void
ExtensionStack. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
void
FrameCaptureExtension. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
-
Uses of BatchMode in org.eclipse.jetty.websocket.common.extensions.compress
Methods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type BatchMode Modifier and Type Method Description protected void
PerMessageDeflateExtension. nextOutgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
void
CompressExtension. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
-
Uses of BatchMode in org.eclipse.jetty.websocket.common.extensions.fragment
Methods in org.eclipse.jetty.websocket.common.extensions.fragment with parameters of type BatchMode Modifier and Type Method Description void
FragmentExtension. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
-
Uses of BatchMode in org.eclipse.jetty.websocket.common.extensions.identity
Methods in org.eclipse.jetty.websocket.common.extensions.identity with parameters of type BatchMode Modifier and Type Method Description void
IdentityExtension. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
-
Uses of BatchMode in org.eclipse.jetty.websocket.common.io
Methods in org.eclipse.jetty.websocket.common.io with parameters of type BatchMode Modifier and Type Method Description boolean
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. -
Uses of BatchMode in org.eclipse.jetty.websocket.jsr356
Methods in org.eclipse.jetty.websocket.jsr356 that return BatchMode Modifier and Type Method Description BatchMode
JsrSession. getBatchMode()
-