Uses of Class
org.eclipse.jetty.websocket.api.BatchMode
-
Packages that use BatchMode Package Description org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.eclipse.jetty.websocket.api.annotations Jetty WebSocket API : WebSocket POJO Annotationsorg.eclipse.jetty.websocket.api.extensions Jetty WebSocket API : WebSocket Extension API -
-
Uses of BatchMode in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return BatchMode Modifier and Type Method Description BatchModeRemoteEndpoint. getBatchMode()static BatchModeBatchMode. max(BatchMode one, BatchMode two)static BatchModeBatchMode. valueOf(java.lang.String name)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 Modifier and Type Method Description static BatchModeBatchMode. max(BatchMode one, BatchMode two)voidRemoteEndpoint. setBatchMode(BatchMode mode)Set the batch mode with which messages are sent. -
Uses of BatchMode in org.eclipse.jetty.websocket.api.annotations
Methods in org.eclipse.jetty.websocket.api.annotations that return BatchMode Modifier and Type Method Description BatchModebatchMode() -
Uses of BatchMode in org.eclipse.jetty.websocket.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions with parameters of type BatchMode Modifier and Type Method Description voidOutgoingFrames. outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)A frame, and optional callback, intended for the network layer.
-