Uses of Enum
org.eclipse.jetty.websocket.core.Behavior
Packages that use Behavior
-
Uses of Behavior in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core that return BehaviorModifier 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
Methods in org.eclipse.jetty.websocket.core.internal that return BehaviorConstructors in org.eclipse.jetty.websocket.core.internal with parameters of type BehaviorModifierConstructorDescriptionExtensionStack
(WebSocketComponents components, Behavior behavior) WebSocketCoreSession
(FrameHandler handler, Behavior behavior, Negotiated negotiated, WebSocketComponents components)