NetworkAddress
expect class NetworkAddress
Represents remote endpoint with hostname and port.
The address will be resolved after construction.
Exceptions
UnresolvedAddressException
- if the hostname cannot be resolved.
actual typealias NetworkAddress = SocketAddress