Uses of Enum
org.eclipse.jetty.websocket.api.WebSocketBehavior
Packages that use WebSocketBehavior
-
Uses of WebSocketBehavior in org.eclipse.jetty.websocket.api
Subclasses with type arguments of type WebSocketBehavior in org.eclipse.jetty.websocket.apiModifier and TypeClassDescriptionenumBehavior for how the WebSocket should operate.Methods in org.eclipse.jetty.websocket.api that return WebSocketBehaviorModifier and TypeMethodDescriptionWebSocketPolicy.getBehavior()static WebSocketBehaviorReturns the enum constant of this type with the specified name.static WebSocketBehavior[]WebSocketBehavior.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 WebSocketBehaviorModifier and TypeMethodDescriptionWebSocketPolicy.clonePolicy(WebSocketBehavior behavior) Deprecated.WebSocketPolicy.delegateAs(WebSocketBehavior behavior) Constructors in org.eclipse.jetty.websocket.api with parameters of type WebSocketBehavior
WebSocketPolicy.delegateAs(WebSocketBehavior)instead