Enumeration TransportState

Current state of the transport

Enumeration Members

Enumeration Members

Connecting: "connecting"

Transport has no active connections, but is trying to connect to something

Idle: "idle"

Transport has no active connections nor trying to connect to anything Can be a result of network failure, close() call, or connect() call was never called on this instance of Transport.

This state is usually immediately handled by more higher-level components, thus rarely seen

Ready: "ready"

Transport has an active connection