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

Method run

src/main/java/core/org/xbill/DNS/ZoneTransferIn.java:585–595  ·  view source on GitHub ↗

Does the zone transfer. @param handler The callback object that handles the zone transfer data. @throws IOException The zone transfer failed to due an IO problem. @throws ZoneTransferException The zone transfer failed to due a problem with the zone transfer itself.

(ZoneTransferHandler handler)

Source from the content-addressed store, hash-verified

583 * with the zone transfer itself.
584 */
585public void
586run(ZoneTransferHandler handler) throws IOException, ZoneTransferException {
587 this.handler = handler;
588 try {
589 openConnection();
590 doxfr();
591 }
592 finally {
593 closeConnection();
594 }
595}
596
597/**
598 * Does the zone transfer.

Callers 1

sendAXFRMethod · 0.95

Calls 3

openConnectionMethod · 0.95
doxfrMethod · 0.95
closeConnectionMethod · 0.95

Tested by

no test coverage detected