Uses of Enum Class
org.eclipse.jetty.ee8.websocket.api.BatchMode
Packages that use BatchMode
-
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