Uses of Enum
org.eclipse.jetty.websocket.api.BatchMode
Packages that use BatchMode
Package
Description
Jetty WebSocket API
Jetty WebSocket API : WebSocket Extension API
-
Uses of BatchMode in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return BatchModeModifier and TypeMethodDescriptionRemoteEndpoint.getBatchMode()static BatchModestatic BatchModeReturns 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.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions with parameters of type BatchModeModifier and TypeMethodDescriptionvoidOutgoingFrames.outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode) A frame, and optional callback, intended for the network layer.