Package | Description |
---|---|
org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
Modifier and Type | Field and Description |
---|---|
private WebSocketBehavior |
WebSocketPolicy.behavior
Behavior of the websockets
|
Modifier and Type | Method and Description |
---|---|
WebSocketBehavior |
WebSocketPolicy.getBehavior() |
static WebSocketBehavior |
WebSocketBehavior.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.
|
Modifier and Type | Method and Description |
---|---|
WebSocketPolicy |
WebSocketPolicy.clonePolicy(WebSocketBehavior behavior)
Deprecated.
use
WebSocketPolicy.delegateAs(WebSocketBehavior) instead |
WebSocketPolicy |
WebSocketPolicy.Delegated.clonePolicy(WebSocketBehavior behavior) |
WebSocketPolicy |
WebSocketPolicy.delegateAs(WebSocketBehavior behavior) |
WebSocketPolicy |
WebSocketPolicy.Delegated.delegateAs(WebSocketBehavior behavior) |
Constructor and Description |
---|
Delegated(WebSocketPolicy policy,
WebSocketBehavior behavior) |
WebSocketPolicy(WebSocketBehavior behavior) |
Modifier and Type | Field and Description |
---|---|
private WebSocketBehavior |
Generator.behavior |