fun visitTree(enrLink: String, visitor: DNSVisitor): Unit
(source)
Reads a complete tree of record, starting with the top-level record.
enrLink
- the ENR link to start with
visitor
- the visitor that will look at each record
fun visitTree(link: ENRTreeLink, visitor: DNSVisitor): Unit
(source)
Reads a complete tree of record, starting with the top-level record.