| 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 | Description |
|---|---|---|
static ConnectionState |
ConnectionState.valueOf(java.lang.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 | Description |
|---|---|---|
void |
WebSocketSession.onConnectionStateChange(ConnectionState state) |
| Modifier and Type | Method | Description |
|---|---|---|
ConnectionState |
IOState.getConnectionState() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractWebSocketConnection.onConnectionStateChange(ConnectionState state) |
|
void |
IOState.ConnectionStateListener.onConnectionStateChange(ConnectionState state) |
Copyright © 1995–2018 Webtide. All rights reserved.