Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ConnectionState

Index

Enumeration members

CLOSED

CLOSED: = "CLOSED"

The connection has been successfully closed.

CONNECTED

CONNECTED: = "CONNECTED"

The connection has been successfully established.

CONNECTING

CONNECTING: = "CONNECTING"

State during the first connection to the server

ERROR

ERROR: = "ERROR"

A fatal error has occurred. The connection has been permanently lost. No reconnect will be be possible.

INITIAL

INITIAL: = "INITIAL"

Initial state before connection establishment has started

RECONNECTING

RECONNECTING: = "RECONNECTING"

The connection has been lost, reconnect is active.