This class implements a Name Service Provider, which Java can use
(starting with version 1.4), to perform DNS resolutions instead of using
the standard calls.
Creates a reverse map name corresponding to an address contained in
an array of 4 integers between 0 and 255 (for an IPv4 address) or 16
integers between 0 and 255 (for an IPv6 address).
Mailbox information Record - lists the address responsible for a mailing
list/mailbox and the address to receive error messages relating to the
mailing list/mailbox.
Next SECure name - this record contains the following name in an
ordered list of names in the zone, and a set of types for which
records exist for this name.
Boolean options:
bindttl - Print TTLs in BIND format
multiline - Print records in multiline format
noprintin - Don't print the class of a record if it's IN
verbose - Turn on general debugging statements
verbosemsg - Print all messages sent or received by SimpleResolver
verbosecompression - Print messages related to name compression
verbosesec - Print messages related to signature verification
verbosecache - Print messages related to cache lookups
Valued options:
tsigfudge=n - Sets the default TSIG fudge value (in seconds)
sig0validity=n - Sets the default SIG(0) validity period (in seconds)
Parses a record from the string, and indicates that the record
should be inserted into the zone replacing any other records with the
same name and type.
Parses a record from the tokenizer, and indicates that the record
should be inserted into the zone replacing any other records with the
same name and type.