Uses of Class
org.eclipse.jetty.websocket.api.WebSocketBehavior
-
Packages that use WebSocketBehavior Package Description org.eclipse.jetty.websocket.api Jetty WebSocket API -
-
Uses of WebSocketBehavior in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return WebSocketBehavior Modifier and Type Method Description WebSocketBehaviorWebSocketPolicy. getBehavior()static WebSocketBehaviorWebSocketBehavior. valueOf(java.lang.String name)Returns 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 WebSocketBehavior Modifier and Type Method Description WebSocketPolicyWebSocketPolicy. clonePolicy(WebSocketBehavior behavior)Deprecated.useWebSocketPolicy.delegateAs(WebSocketBehavior)insteadWebSocketPolicyWebSocketPolicy. delegateAs(WebSocketBehavior behavior)Constructors in org.eclipse.jetty.websocket.api with parameters of type WebSocketBehavior Constructor Description WebSocketPolicy(WebSocketBehavior behavior)
-