HostWithPort

data class HostWithPort(val host: String, val port: Int)

Constructors

Link copied to clipboard
constructor(host: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val port: Int