Authority

data class Authority(val host: Host, val port: Port? = null)

Constructors

Link copied to clipboard
constructor(host: Host, port: Port? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val host: Host
Link copied to clipboard
val port: Port? = null

Functions

Link copied to clipboard
open override fun toString(): String