Package org.xbill.DNS

Class Zone

java.lang.Object
org.xbill.DNS.Zone
All Implemented Interfaces:
Serializable, Iterable<RRset>

public class Zone extends Object implements Serializable, Iterable<RRset>
A DNS zone. This encapsulates all data related to a zone, and provides convenient lookup methods. A zone always contains a SOARecord and at least one NSRecord.
Author:
Brian Wellington
See Also: