Package | Description |
---|---|
ej.websocket |
This package gathers the classes managing WebSocket.
|
Modifier and Type | Method and Description |
---|---|
ConnectionStates |
WebSocket.getCurrentState() |
static ConnectionStates |
ConnectionStates.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionStates[] |
ConnectionStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|