| java.lang.Object org.xbill.DNS.Options
Options | final public class Options (Code) | | 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)
author: Brian Wellington |
check | public static boolean check(String option)(Code) | | Checks if an option is defined
|
clear | public static void clear()(Code) | | Clears all defined options
|
intValue | public static int intValue(String option)(Code) | | Returns the value of an option as an integer, or -1 if not defined.
|
refresh | public static void refresh()(Code) | | |
set | public static void set(String option)(Code) | | Sets an option to "true"
|
set | public static void set(String option, String value)(Code) | | Sets an option to the the supplied value
|
unset | public static void unset(String option)(Code) | | Removes an option
|
|
|