-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ConnectionState extends Enum<ConnectionState>
Represents possible states of the WebSocket connection.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONNECTEDThe client is connected to the WebSocket.
CONNECTINGThe client is trying to connect to the WebSocket.
OFFLINEThe client is permanently disconnected from the WebSocket.
-