Node

data class Node(val host: String, val port: Int = 443)

An Infinity node.

Constructors

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

Properties

Link copied to clipboard

a hostname of this node

Link copied to clipboard
val port: Int = 443

a port of this node