MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / AXFR

Method AXFR

src/main/java/core/org/xbill/DNS/Zone.java:516–519  ·  view source on GitHub ↗

Returns an Iterator over the RRsets in the zone that can be used to construct an AXFR response. This is identical to #iterator except that the SOA is returned at the end as well as the beginning.

()

Source from the content-addressed store, hash-verified

514 * that the SOA is returned at the end as well as the beginning.
515 */
516public Iterator
517AXFR() {
518 return new ZoneIterator(true);
519}
520
521private void
522nodeToString(StringBuffer sb, Object node) {

Callers 1

doAXFRMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected