Uses of Enum Class
org.eclipse.jetty.ee9.websocket.api.WebSocketBehavior
Packages that use WebSocketBehavior
Package
Description
Jetty WebSocket API
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of WebSocketBehavior in org.eclipse.jetty.ee9.websocket.api
Subclasses with type arguments of type WebSocketBehavior in org.eclipse.jetty.ee9.websocket.apiModifier and TypeClassDescriptionenum
Behavior for how the WebSocket should operate.Methods in org.eclipse.jetty.ee9.websocket.api that return WebSocketBehaviorModifier and TypeMethodDescriptionWebSocketPolicy.getBehavior()
static WebSocketBehavior
Returns the enum constant of this class with the specified name.static WebSocketBehavior[]
WebSocketBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WebSocketBehavior in org.eclipse.jetty.ee9.websocket.client
Methods in org.eclipse.jetty.ee9.websocket.client that return WebSocketBehavior -
Uses of WebSocketBehavior in org.eclipse.jetty.ee9.websocket.common
Methods in org.eclipse.jetty.ee9.websocket.common that return WebSocketBehavior -
Uses of WebSocketBehavior in org.eclipse.jetty.ee9.websocket.server
Methods in org.eclipse.jetty.ee9.websocket.server that return WebSocketBehaviorModifier and TypeMethodDescriptionJettyWebSocketServerContainer.getBehavior()
default WebSocketBehavior
JettyWebSocketServletFactory.getBehavior()