Package-level declarations
Types
Link copied to clipboard
actual abstract class NetworkAddress(val hostname: String, val port: Int, explicitAddress: Any? = null)
Represents remote endpoint with hostname and port.
Represents remote endpoint with hostname and port.
Link copied to clipboard
Properties
Link copied to clipboard
Network address. Usually, it's an IP address in string form. This will not trigger a reverse lookup.
Network address hostname.
Link copied to clipboard
Network address hostname. This may trigger a reverse lookup.
Network address hostname.
Link copied to clipboard
Network address port.
Network address port.