Uses of Enum
org.eclipse.jetty.websocket.api.WebSocketBehavior
Package
Description
Jetty WebSocket API
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of WebSocketBehavior in org.eclipse.jetty.websocket.api
Modifier and TypeMethodDescriptionWebSocketPolicy.getBehavior()
static WebSocketBehavior
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. -
Uses of WebSocketBehavior in org.eclipse.jetty.websocket.client
-
Uses of WebSocketBehavior in org.eclipse.jetty.websocket.common
-
Uses of WebSocketBehavior in org.eclipse.jetty.websocket.server
Modifier and TypeMethodDescriptionJettyWebSocketServerContainer.getBehavior()
default WebSocketBehavior
JettyWebSocketServletFactory.getBehavior()