All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description A A record payload (ip pointer).AAAA AAAA payload (an ipv6 pointer).Client A minimal DNS client for SRV/A/AAAA/NS and CNAME lookups, with IDN support.CNAME CNAME payload (pointer to another domain / address).Data Generic payload class.DNSCache Cache for DNS Entries.DNSMessage A DNS message as defined by rfc1035.DNSMessage.OPCODE Symbolic DNS Opcode values.DNSMessage.RESPONSE_CODE Possible DNS reply codes.LRUCache LRU based DNSCache backed by a LinkedHashMap.MX MX record payload (mail service pointer).NameUtil Utilities related to internationalized domain names and dns name handling.NS Nameserver record.PTR A PTR record is handled like a CNAMEQuestion A DNS question (request).Record A generic DNS record.Record.CLASS The symbolic class of a DNS record (usually IN for Internet).Record.TYPE The record type.SRV SRV record payload (service pointer).TXT TXT record (actually a binary blob containing extents, each of which is a one-byte count followed by that many bytes of data, which can usually be interpreted as ASCII strings but not always