Uses of Enum Class
org.eclipse.jetty.ee9.websocket.api.BatchMode
Packages that use BatchMode
Package
Description
Jetty WebSocket API
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of BatchMode in org.eclipse.jetty.ee9.websocket.api
Subclasses with type arguments of type BatchMode in org.eclipse.jetty.ee9.websocket.apiModifier and TypeClassDescriptionenum
The possible batch modes when enqueuing outgoing frames.Methods in org.eclipse.jetty.ee9.websocket.api that return BatchModeModifier and TypeMethodDescriptionRemoteEndpoint.getBatchMode()
static BatchMode
static BatchMode
Returns the enum constant of this class with the specified name.static BatchMode[]
BatchMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.ee9.websocket.api with parameters of type BatchMode -
Uses of BatchMode in org.eclipse.jetty.ee9.websocket.common
Methods in org.eclipse.jetty.ee9.websocket.common that return BatchModeModifier and TypeMethodDescriptionJettyWebSocketFrameHandler.getBatchMode()
JettyWebSocketFrameHandlerMetadata.getBatchMode()
JettyWebSocketRemoteEndpoint.getBatchMode()
Methods in org.eclipse.jetty.ee9.websocket.common with parameters of type BatchModeModifier and TypeMethodDescriptionvoid
JettyWebSocketFrameHandlerMetadata.setBatchMode
(BatchMode batchMode) void
JettyWebSocketRemoteEndpoint.setBatchMode
(BatchMode mode) Constructors in org.eclipse.jetty.ee9.websocket.common with parameters of type BatchModeModifierConstructorDescriptionJettyWebSocketFrameHandler
(WebSocketContainer container, Object endpointInstance, MethodHandle openHandle, MethodHandle closeHandle, MethodHandle errorHandle, MethodHandle textHandle, MethodHandle binaryHandle, Class<? extends MessageSink> textSinkClass, Class<? extends MessageSink> binarySinkClass, MethodHandle frameHandle, MethodHandle pingHandle, MethodHandle pongHandle, BatchMode batchMode, Configuration.Customizer customizer) JettyWebSocketRemoteEndpoint
(CoreSession coreSession, BatchMode batchMode)