Configuring

data class Configuring(val phase: ConfigPhase, val progress: Float) : ConnectionState(source)

Transport is up; completing handshake configuration.

Parameters

phase

the current handshake phase (Stage1/Stage2/etc.)

progress

estimated completion (0.0 to 1.0)

Constructors

Link copied to clipboard
constructor(phase: ConfigPhase, progress: Float)

Properties

Link copied to clipboard

Whether a connection attempt is actively in progress.

Link copied to clipboard

Whether the connection is fully established and ready for use.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Human-readable status description.