Package | Description |
---|---|
org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
Modifier and Type | Field and Description |
---|---|
private AbstractWebSocketConnection.ReadMode |
AbstractWebSocketConnection.readMode |
Modifier and Type | Method and Description |
---|---|
private AbstractWebSocketConnection.ReadMode |
AbstractWebSocketConnection.readDiscard(java.nio.ByteBuffer buffer) |
private AbstractWebSocketConnection.ReadMode |
AbstractWebSocketConnection.readParse(java.nio.ByteBuffer buffer) |
static AbstractWebSocketConnection.ReadMode |
AbstractWebSocketConnection.ReadMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractWebSocketConnection.ReadMode[] |
AbstractWebSocketConnection.ReadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|