Home | History | Annotate | Download | only in DNS

Lines Matching full:transfer

29  * An incoming DNS Zone Transfer.  To use this class, first initialize an
95 * Handles a Zone Transfer.
99 * Called when an AXFR transfer begins.
104 * Called when an IXFR transfer begins.
194 * Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
195 * @param zone The zone to transfer.
196 * @param address The host/port from which to transfer the zone.
197 * @param key The TSIG key used to authenticate the transfer, or null.
207 * Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
208 * @param zone The zone to transfer.
209 * @param host The host from which to transfer the zone.
211 * @param key The TSIG key used to authenticate the transfer, or null.
225 * Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).
226 * @param zone The zone to transfer.
227 * @param host The host from which to transfer the zone.
228 * @param key The TSIG key used to authenticate the transfer, or null.
241 * transfer).
242 * @param zone The zone to transfer.
245 * @param address The host/port from which to transfer the zone.
246 * @param key The TSIG key used to authenticate the transfer, or null.
260 * transfer).
261 * @param zone The zone to transfer.
264 * @param host The host from which to transfer the zone.
266 * @param key The TSIG key used to authenticate the transfer, or null.
283 * transfer).
284 * @param zone The zone to transfer.
287 * @param host The host from which to transfer the zone.
288 * @param key The TSIG key used to authenticate the transfer, or null.
308 * Gets the type of zone transfer (either AXFR or IXFR).
316 * Sets a timeout on this zone transfer. The default is 900 seconds (15
318 * @param secs The maximum amount of time that this zone transfer can take.
329 * Sets an alternate DNS class for this zone transfer.
428 // If the transfer begins with 1 SOA, it's an AXFR.
581 * Does the zone transfer.
582 * @param handler The callback object that handles the zone transfer data.
583 * @throws IOException The zone transfer failed to due an IO problem.
584 * @throws ZoneTransferException The zone transfer failed to due a problem
585 * with the zone transfer itself.
600 * Does the zone transfer.
604 * @throws IOException The zone transfer failed to due an IO problem.
605 * @throws ZoneTransferException The zone transfer failed to due a problem
606 * with the zone transfer itself.
628 * and the server provided a full zone transfer, or an IXFR failed and
638 * @throws IllegalArgumentException The transfer used the callback interface,
650 * an incremental zone transfer.
659 * @throws IllegalArgumentException The transfer used the callback interface,
671 * @throws IllegalArgumentException The transfer used the callback interface,