Uses of Package
org.xbill.DNS

Packages that use org.xbill.DNS
Default Package  
org.xbill.DNS   
 

Classes in org.xbill.DNS used by Default Package
Cache
          A cache of DNS records.
Lookup
          The Lookup object issues queries to caching DNS servers.
Message
          A DNS Message.
Name
          A representation of a domain name.
RRset
          A set of Records with the same name, type, and class.
Zone
          A DNS Zone.
ZoneTransferException
          An exception thrown when a zone transfer fails.
 

Classes in org.xbill.DNS used by org.xbill.DNS
Cache
          A cache of DNS records.
CNAMERecord
          CNAME Record - maps an alias to its real name
Compression
          DNS Name Compression object.
DNAMERecord
          DNAME Record - maps a nonterminal alias (subtree) to a different domain
DNSInput
          An class for parsing DNS messages.
DNSKEYRecord
          Key - contains a cryptographic public key for use by DNS.
DNSOutput
          A class for rendering DNS messages.
DNSSEC.DNSSECException
          A DNSSEC exception.
Header
          A DNS message header
KEYRecord
          Key - contains a cryptographic public key.
Message
          A DNS Message.
Name
          A representation of a domain name.
NameTooLongException
          An exception thrown when a name is longer than the maximum length of a DNS name.
OPTRecord
          Options - describes Extended DNS (EDNS) properties of a Message.
Record
          A generic DNS resource record.
Resolver
          Interface describing a resolver.
ResolverConfig
          A class that tries to locate name servers and the search path to be appended to unqualified names.
ResolverListener
          An interface to the asynchronous resolver.
RRset
          A set of Records with the same name, type, and class.
RRSIGRecord
          Recource Record Signature - An RRSIG provides the digital signature of an RRset, so that the data can be authenticated by a DNSSEC-capable resolver.
SetResponse
          The Response from a query to Cache.lookupRecords() or Zone.findRecords()
SIGRecord
          Signature - A SIG provides the digital signature of an RRset, so that the data can be authenticated by a DNSSEC-capable resolver.
SOARecord
          Start of Authority - describes properties of a zone.
TextParseException
          An exception thrown when unable to parse text.
Tokenizer
          Tokenizer is used to parse DNS records and zones from text format,
Tokenizer.Token
           
TSIG
          Transaction signature handling.
TSIGRecord
          Transaction Signature - this record is automatically generated by the resolver.
WireParseException
          An exception thrown when a DNS message is invalid.
ZoneTransferException
          An exception thrown when a zone transfer fails.
ZoneTransferIn
          An incoming DNS Zone Transfer.
 



Copyright © 2011. All Rights Reserved.