| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionState |
ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketSession.onConnectionStateChange(ConnectionState state) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
IOState.getConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
void |
IOState.ConnectionStateListener.onConnectionStateChange(ConnectionState state) |
void |
AbstractWebSocketConnection.onConnectionStateChange(ConnectionState state) |
Copyright © 1995-2015 Webtide. All Rights Reserved.