SocketAddress

sealed class SocketAddress

Represents pair of network ip and port.

Properties

Link copied to clipboard
abstract val address: String

String representation of socket address part.

Link copied to clipboard
val family: <ERROR CLASS>
Link copied to clipboard
val port: Int