Searched refs:AXFR (Results 1 - 5 of 5) sorted by relevance

/external/smack/src/org/xbill/DNS/tests/
H A Dprimary.java43 Iterator it = zone.AXFR();
/external/smack/src/org/xbill/DNS/
H A DZoneTransferIn.java31 * the result will either be an IXFR-style response, an AXFR-style response,
45 private static final int AXFR = 6; field in class:ZoneTransferIn
99 * Called when an AXFR transfer begins.
121 * Called for each content record in an AXFR.
194 * Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
203 return new ZoneTransferIn(zone, Type.AXFR, 0, false, address, key);
207 * Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
225 * Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
244 * @param fallback If true, fall back to AXFR if IXFR is not supported.
263 * @param fallback If true, fall back to AXFR i
[all...]
H A DType.java181 public static final int AXFR = 252; field in class:Type
282 types.add(AXFR, "AXFR");
351 case AXFR:
H A DSimpleResolver.java235 if (question != null && question.getType() == Type.AXFR)
H A DZone.java513 * construct an AXFR response. This is identical to {@link #iterator} except
517 AXFR() { method in class:Zone

Completed in 88 milliseconds