Uses of Enum
org.eclipse.jetty.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.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.common
Methods in org.eclipse.jetty.websocket.common that return BatchModeModifier and TypeMethodDescriptionJettyWebSocketFrameHandler.getBatchMode()
JettyWebSocketFrameHandlerMetadata.getBatchMode()
JettyWebSocketRemoteEndpoint.getBatchMode()
Methods in org.eclipse.jetty.websocket.common with parameters of type BatchModeModifier and TypeMethodDescriptionvoid
JettyWebSocketFrameHandlerMetadata.setBatchMode
(BatchMode batchMode) void
JettyWebSocketRemoteEndpoint.setBatchMode
(BatchMode mode) Constructors in org.eclipse.jetty.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)