Uses of Class
org.xbill.DNS.ZoneTransferIn
Packages that use ZoneTransferIn
-
Uses of ZoneTransferIn in org.xbill.DNS
Methods in org.xbill.DNS that return ZoneTransferInModifier and TypeMethodDescriptionstatic ZoneTransferInInstantiates a ZoneTransferIn object to do an AXFR (full zone transfer).static ZoneTransferInInstantiates a ZoneTransferIn object to do an AXFR (full zone transfer).static ZoneTransferInZoneTransferIn.newAXFR(Name zone, SocketAddress address, TSIG key) Instantiates a ZoneTransferIn object to do an AXFR (full zone transfer).static ZoneTransferInInstantiates a ZoneTransferIn object to do an IXFR (incremental zone transfer).static ZoneTransferInInstantiates a ZoneTransferIn object to do an IXFR (incremental zone transfer).static ZoneTransferInZoneTransferIn.newIXFR(Name zone, long serial, boolean fallback, SocketAddress address, TSIG key) Instantiates a ZoneTransferIn object to do an IXFR (incremental zone transfer).Constructors in org.xbill.DNS with parameters of type ZoneTransferInModifierConstructorDescriptionZone(ZoneTransferIn xfrin) Creates a zone by doing the specified zone transfer.