Uses of Enum
org.eclipse.jetty.websocket.core.Behavior
-
Uses of Behavior in org.eclipse.jetty.websocket.core
Modifier and TypeMethodDescriptionCoreSession.Empty.getBehavior()
CoreSession.getBehavior()
static Behavior
Returns the enum constant of this type with the specified name.static Behavior[]
Behavior.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Behavior in org.eclipse.jetty.websocket.core.internal
ModifierConstructorDescriptionExtensionStack
(WebSocketComponents components, Behavior behavior) WebSocketCoreSession
(FrameHandler handler, Behavior behavior, Negotiated negotiated, WebSocketComponents components)