ReadyState

enum ReadyState : Enum<Transport.ReadyState>

Available ReadyStates of a {@link Transport}.

Entries

CONNECTING
Link copied to clipboard
The Transport is connecting to the server
OPEN
Link copied to clipboard
The Transport is connected and open
CLOSING
Link copied to clipboard
The Transport is closing
CLOSED
Link copied to clipboard
The Transport is closed

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int