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.
Link copied to clipboard