Srv

value class Srv(val nodes: List<Node>) : Nodes

If the host has at least one valid SRV record.

Constructors

Link copied to clipboard
constructor(nodes: List<Node>)

Properties

Link copied to clipboard

a sorted list of nodes

Inherited functions

Link copied to clipboard
fun Nodes.asSequence(): <Error class: unknown class><Node>

Converts this Nodes to a sequence of Nodes.