Uses of Enum
org.eclipse.jetty.websocket.api.BatchMode
Package
Description
Jetty WebSocket API
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of BatchMode in org.eclipse.jetty.websocket.api
Modifier 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. -
Uses of BatchMode in org.eclipse.jetty.websocket.common
Modifier and TypeMethodDescriptionJettyWebSocketFrameHandler.getBatchMode()
JettyWebSocketFrameHandlerMetadata.getBatchMode()
JettyWebSocketRemoteEndpoint.getBatchMode()
Modifier and TypeMethodDescriptionvoid
JettyWebSocketFrameHandlerMetadata.setBatchMode
(BatchMode batchMode) void
JettyWebSocketRemoteEndpoint.setBatchMode
(BatchMode mode) ModifierConstructorDescriptionJettyWebSocketFrameHandler
(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)