InetSocketAddress

class InetSocketAddress(val hostname: String, val port: Int)

Constructors

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

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String