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
Link copied to clipboard