Package-level declarations

Types

Link copied to clipboard
data class Node(var hostName: String, var port: Int, var ssl: Boolean)

Node is a data class that holds information about a node. The properties are mutable so that they can be changed during runtime.