Uses of Enum
org.eclipse.jetty.websocket.api.BatchMode
Packages that use BatchMode
Package
Description
Jetty WebSocket API
Jetty WebSocket API : WebSocket Extension API
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Event Driver for WebSocket Object
Jetty WebSocket Common : Extension Implementations
Jetty WebSocket Common : Message Compression Extension Implementations
Jetty WebSocket Common : Auto Fragment Extension Implementation
Jetty WebSocket Common : Identity Extension Implementation
Jetty WebSocket Common : I/O Implementation
-
Uses of BatchMode in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return BatchModeModifier and TypeMethodDescriptionRemoteEndpoint.getBatchMode()
static BatchMode
static BatchMode
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 -
Uses of BatchMode in org.eclipse.jetty.websocket.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions with parameters of type BatchModeModifier and TypeMethodDescriptionvoid
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 BatchModeModifier and TypeMethodDescriptionvoid
WebSocketClientConnection.outgoingFrame
(Frame frame, WriteCallback callback, BatchMode batchMode) Override to set the masker. -
Uses of BatchMode in org.eclipse.jetty.websocket.common
Fields in org.eclipse.jetty.websocket.common declared as BatchModeMethods in org.eclipse.jetty.websocket.common that return BatchModeModifier and TypeMethodDescriptionWebSocketRemoteEndpoint.getBatchMode()
WebSocketSession.getBatchMode()
Methods in org.eclipse.jetty.websocket.common with parameters of type BatchModeModifier and TypeMethodDescriptionRemoteEndpointFactory.newRemoteEndpoint
(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode) 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 BatchModeModifierConstructorDescriptionWebSocketRemoteEndpoint
(LogicalConnection connection, OutgoingFrames outgoing, BatchMode batchMode) -
Uses of BatchMode in org.eclipse.jetty.websocket.common.events
Fields in org.eclipse.jetty.websocket.common.events declared as BatchModeMethods in org.eclipse.jetty.websocket.common.events that return BatchModeModifier and TypeMethodDescriptionAbstractEventDriver.getBatchMode()
EventDriver.getBatchMode()
JettyAnnotatedEventDriver.getBatchMode()
-
Uses of BatchMode in org.eclipse.jetty.websocket.common.extensions
Fields in org.eclipse.jetty.websocket.common.extensions declared as BatchModeMethods in org.eclipse.jetty.websocket.common.extensions with parameters of type BatchModeModifier and TypeMethodDescriptionprotected 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) Constructors in org.eclipse.jetty.websocket.common.extensions with parameters of type BatchModeModifierConstructorDescriptionprivate
FrameEntry
(Frame frame, WriteCallback callback, BatchMode batchMode) -
Uses of BatchMode in org.eclipse.jetty.websocket.common.extensions.compress
Fields in org.eclipse.jetty.websocket.common.extensions.compress declared as BatchModeMethods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type BatchModeModifier and TypeMethodDescriptionprotected void
PerMessageDeflateExtension.nextOutgoingFrame
(Frame frame, WriteCallback callback, BatchMode batchMode) void
CompressExtension.outgoingFrame
(Frame frame, WriteCallback callback, BatchMode batchMode) Constructors in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type BatchModeModifierConstructorDescriptionprivate
FrameEntry
(Frame frame, WriteCallback callback, BatchMode batchMode) -
Uses of BatchMode in org.eclipse.jetty.websocket.common.extensions.fragment
Fields in org.eclipse.jetty.websocket.common.extensions.fragment declared as BatchModeMethods in org.eclipse.jetty.websocket.common.extensions.fragment with parameters of type BatchModeModifier and TypeMethodDescriptionvoid
FragmentExtension.outgoingFrame
(Frame frame, WriteCallback callback, BatchMode batchMode) Constructors in org.eclipse.jetty.websocket.common.extensions.fragment with parameters of type BatchModeModifierConstructorDescriptionprivate
FrameEntry
(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 BatchModeModifier and TypeMethodDescriptionvoid
IdentityExtension.outgoingFrame
(Frame frame, WriteCallback callback, BatchMode batchMode) -
Uses of BatchMode in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io declared as BatchModeModifier and TypeFieldDescriptionprivate BatchMode
FrameFlusher.batchMode
private final BatchMode
FrameFlusher.FrameEntry.batchMode
Methods in org.eclipse.jetty.websocket.common.io with parameters of type BatchModeModifier and TypeMethodDescriptionboolean
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.void
FramePipes.Out2In.outgoingFrame
(Frame frame, WriteCallback callback, BatchMode batchMode) Constructors in org.eclipse.jetty.websocket.common.io with parameters of type BatchModeModifierConstructorDescriptionprivate
FrameEntry
(Frame frame, WriteCallback callback, BatchMode batchMode) -
Uses of BatchMode in org.eclipse.jetty.websocket.jsr356
Methods in org.eclipse.jetty.websocket.jsr356 that return BatchMode