-
- 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 OFFLINEThe client is permanently disconnected from the WebSocket.
CONNECTINGThe client is trying to connect to the WebSocket.
CONNECTEDThe client is connected to the WebSocket.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-