Package | Description |
---|---|
org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<ConnectionState.State> |
ConnectionState.state |
Modifier and Type | Method and Description |
---|---|
static ConnectionState.State |
ConnectionState.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState.State[] |
ConnectionState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
ConnectionState.toString(ConnectionState.State state) |