Uses of Package
org.xbill.DNS
Packages that use org.xbill.DNS
Package
Description
-
Classes in org.xbill.DNS used by org.xbill.DNSClassDescriptionA cache of DNS records.CNAME Record - maps an alias to its real nameDNS Name Compression object.DNAME Record - maps a nonterminal alias (subtree) to a different domainA class for parsing DNS messages.Key - contains a cryptographic public key for use by DNS.A class for rendering DNS messages.A DNSSEC exception.An algorithm is unsupported by this DNSSEC implementation.DS - contains a Delegation Signer record, which acts as a placeholder for KEY records in the parent zone.DNS extension options, as described in RFC 6891.A representation of a $GENERATE statement in a master file.An EDNSOption with no internal structure.A DNS message headerKey - contains a cryptographic public key.A DNS Message.A representation of a domain name.An exception thrown when a name is longer than the maximum length of a DNS name.Options - describes Extended DNS (EDNS) properties of a Message.Custom logger that can log all packets that were sent or received.A generic DNS resource record.Interface describing a resolver.Locates name servers and the search path to be appended to unqualified names.Deprecated.A set of Records with the same name, type, and class.Resource Record Signature - An RRSIG provides the digital signature of an RRset, so that the data can be authenticated by a DNSSEC-capable resolver.The Response from a query to
Cache.lookupRecords(Name, int, int)orZone.findRecords(Name, int).Signature - A SIG provides the digital signature of an RRset, so that the data can be authenticated by a DNSSEC-capable resolver.Start of Authority - describes properties of a zone.Implements common functionality for SVCB and HTTPS recordsAn exception thrown when unable to parse text.Transport Layer Security AuthenticationTokenizer is used to parse DNS records and zones from text format,Transaction signature handling.Transaction Signature - this record is automatically generated by the resolver.An exception thrown when a DNS message is invalid.An exception thrown when a zone transfer fails.An incoming DNS Zone Transfer.All changes between two versions of a zone in an IXFR response.Handles a Zone Transfer. -
Classes in org.xbill.DNS used by org.xbill.DNS.config
-
Classes in org.xbill.DNS used by org.xbill.DNS.dnssec
-
Classes in org.xbill.DNS used by org.xbill.DNS.hosts
-
Classes in org.xbill.DNS used by org.xbill.DNS.io
-
Classes in org.xbill.DNS used by org.xbill.DNS.lookupClassDescriptionA cache of DNS records.EDNS option to provide additional information about the cause of DNS errors (RFC 8914).A representation of a domain name.A generic DNS resource record.Interface describing a resolver.
-
Classes in org.xbill.DNS used by org.xbill.DNS.toolsClassDescriptionA cache of DNS records.The Lookup object issues queries to the local hosts database (
/etc/hosts) and to recursive DNS servers.A DNS Message.A representation of a domain name.A set of Records with the same name, type, and class.A DNS zone.An exception thrown when a zone transfer fails.
Resolver.sendAsync(Message)