Uses of Enum Class
org.eclipse.jetty.websocket.core.Behavior
Packages that use Behavior
- 
Uses of Behavior in org.eclipse.jetty.websocket.core
Subclasses with type arguments of type Behavior in org.eclipse.jetty.websocket.coreMethods in org.eclipse.jetty.websocket.core that return BehaviorModifier and TypeMethodDescriptionCoreSession.Empty.getBehavior()CoreSession.getBehavior()WebSocketCoreSession.getBehavior()static BehaviorReturns the enum constant of this class with the specified name.static Behavior[]Behavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jetty.websocket.core with parameters of type BehaviorModifierConstructorDescriptionExtensionStack(WebSocketComponents components, Behavior behavior) WebSocketCoreSession(FrameHandler handler, Behavior behavior, Negotiated negotiated, WebSocketComponents components)