LocalHost

sealed class LocalHost : Address(source)

The host machine's loopback IPv4 and IPv6 addresses, typically 127.0.0.1 and ::1, respectively.

Results from system sources are cached for 5s to inhibit unnecessary repeated calls.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object IPv4 : LocalHost
Link copied to clipboard
object IPv6 : LocalHost

Properties

Link copied to clipboard
@JvmField
val value: String

Functions

Link copied to clipboard
fun canonicalHostName(): String

Returns value in its canonicalized hostname form

Link copied to clipboard
operator override fun compareTo(other: Address): Int
Link copied to clipboard
abstract fun resolve(): IPAddress

Resolves localhost to an IPAddress via system calls