public static enum WebSocket.State
Represents the states of the web socket.
Enum Constant and Description |
---|
CONNECTED
The web socket is connected.
|
CONNECTING
The web socket is being connected.
|
DISCONNECTED
The web socket is disconnected.
|
DISCONNECTING
The web socket is being disconnected.
|
public static WebSocket.State CONNECTING
The web socket is being connected.
public static WebSocket.State CONNECTED
The web socket is connected.
public static WebSocket.State DISCONNECTING
The web socket is being disconnected.
public static WebSocket.State DISCONNECTED
The web socket is disconnected.