Package | Description |
---|---|
org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
Modifier and Type | Field and Description |
---|---|
private ReadState.State |
ReadState.state |
Modifier and Type | Method and Description |
---|---|
static ReadState.State |
ReadState.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadState.State[] |
ReadState.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 |
ReadState.toString(ReadState.State state) |