Address

sealed class Address : Comparable<Address>

Base abstraction for all address types in kmp-tor

See also

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns value in its canonicalized hostname form

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