Package-level declarations

Types

Link copied to clipboard
sealed class Host

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

Link copied to clipboard
interface HostResolver

Component capable of resolving host names to one or more internet addresses

Link copied to clipboard
data class Scheme(val protocolName: String, val defaultPort: Int)

Represents a wire protocol

Link copied to clipboard

Describes a version of TLS

Inherited functions

Link copied to clipboard
fun InetAddress.toHostAddress(): <Error class: unknown class>

Convert an InetAddress to an IpAddr

Link copied to clipboard
fun <Error class: unknown class>.toInetAddress(): InetAddress

Convert a host address to an InetAddress

Link copied to clipboard