Address

sealed class Address(val value: String) : Comparable<Address> (source)

Base abstraction for all address types in kmp-tor

See also

Inheritors

Constructors

Link copied to clipboard
protected constructor(value: String)

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