| Package | Description |
|---|---|
| org.xbill.DNS |
| Class and Description |
|---|
| 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.
|
| DNSSEC.UnsupportedAlgorithmException
An algorithm is unsupported by this DNSSEC implementation.
|
| EDNSOption
DNS extension options, as described in RFC 2671.
|
| GenericEDNSOption
An EDNSOption with no internal structure.
|
| 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.
|
| PacketLogger
Custom logger that can log all the packets that were send or received.
|
| 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.
|
| ZoneTransferIn.ZoneTransferHandler |
Copyright © 2015. All Rights Reserved.