ServerAddress

data class ServerAddress(host: String, port: Int, tls: TcpSocket.TLS)

Properties

host
Link copied to clipboard
common
val host: String
port
Link copied to clipboard
common
val port: Int
tls
Link copied to clipboard
common
val tls: TcpSocket.TLS