Host

sealed class Host

A Host represents a parsed internet host. This may be an internet address (IPv4, IPv6) or a domain name.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Domain(val name: String) : Host
Link copied to clipboard
data class IpAddress(val address: IpAddr) : Host

Inherited functions

Link copied to clipboard