AcceptedParameter

@Serializable
data class AcceptedParameter(val port: Int, val connectionId: String)

Informs that port was successfully bound and got a specified connection id.

Constructors

Link copied to clipboard
constructor(port: Int, connectionId: String)

Properties

Link copied to clipboard

Connection id to be used.

Link copied to clipboard
val port: Int

Port number that was successfully bound.