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 BatchModeRemoteEndpoint. getBatchMode()static BatchModeBatchMode. max(BatchMode one, BatchMode two)static BatchModeBatchMode. 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 BatchModeBatchMode. max(BatchMode one, BatchMode two)voidRemoteEndpoint. 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 BatchModebatchMode() -
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 voidOutgoingFrames. 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 voidWebSocketClientConnection. 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 BatchModeWebSocketRemoteEndpoint. getBatchMode()BatchModeWebSocketSession. getBatchMode()Methods in org.eclipse.jetty.websocket.common with parameters of type BatchMode Modifier and Type Method Description RemoteEndpointRemoteEndpointFactory. newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)WebSocketRemoteEndpointWebSocketSession. newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)voidWebSocketSession. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)voidWebSocketRemoteEndpoint. 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 BatchModeAbstractEventDriver. getBatchMode()BatchModeEventDriver. getBatchMode()BatchModeJettyAnnotatedEventDriver. 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 voidAbstractExtension. nextOutgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)voidExtensionStack. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)voidFrameCaptureExtension. 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 voidPerMessageDeflateExtension. nextOutgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)voidCompressExtension. 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 voidFragmentExtension. 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 voidIdentityExtension. 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 booleanFrameFlusher. enqueue(Frame frame, WriteCallback callback, BatchMode batchMode)voidAbstractWebSocketConnection. 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 BatchModeJsrSession. getBatchMode()
-