Uses of Enum Class
org.eclipse.jetty.ee8.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.ee8.websocket.api
Subclasses with type arguments of type BatchMode in org.eclipse.jetty.ee8.websocket.apiModifier and TypeClassDescriptionenumThe possible batch modes when enqueuing outgoing frames.Methods in org.eclipse.jetty.ee8.websocket.api that return BatchModeModifier and TypeMethodDescriptionRemoteEndpoint.getBatchMode()static BatchModestatic BatchModeReturns 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.ee8.websocket.api with parameters of type BatchMode - 
Uses of BatchMode in org.eclipse.jetty.ee8.websocket.common
Methods in org.eclipse.jetty.ee8.websocket.common that return BatchModeModifier and TypeMethodDescriptionJettyWebSocketFrameHandler.getBatchMode()JettyWebSocketFrameHandlerMetadata.getBatchMode()JettyWebSocketRemoteEndpoint.getBatchMode()Methods in org.eclipse.jetty.ee8.websocket.common with parameters of type BatchModeModifier and TypeMethodDescriptionvoidJettyWebSocketFrameHandlerMetadata.setBatchMode(BatchMode batchMode) voidJettyWebSocketRemoteEndpoint.setBatchMode(BatchMode mode) Constructors in org.eclipse.jetty.ee8.websocket.common with parameters of type BatchModeModifierConstructorDescriptionJettyWebSocketFrameHandler(WebSocketContainer container, Object endpointInstance, MethodHolder openHandle, MethodHolder closeHandle, MethodHolder errorHandle, MethodHolder textHandle, MethodHolder binaryHandle, Class<? extends MessageSink> textSinkClass, Class<? extends MessageSink> binarySinkClass, MethodHolder frameHandle, MethodHolder pingHandle, MethodHolder pongHandle, BatchMode batchMode, Configuration.Customizer customizer) JettyWebSocketRemoteEndpoint(CoreSession coreSession, BatchMode batchMode)