|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Options
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
pqdn - Allow partially qualified domain names
verbose - Turn on general debugging statements
verbosehmac - Print all data digested by the HMAC routines
verbosemsg - Print all messages sent or received by SimpleResolver
verbosecompression - Print messages related to name compression
verbosebitstring - Print messages related to bitstring labels
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)
Method Summary | |
static boolean |
check(String option)
Checks if an option is defined |
static int |
intValue(String option)
Returns the value of an option as an integer, or -1 if not defined. |
static void |
set(String option)
Sets an option to "true" |
static void |
set(String option,
String value)
Sets an option to the the supplied value |
static void |
unset(String option)
Removes an option |
static String |
value(String option)
Returns the value of an option |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void set(String option)
public static void set(String option, String value)
public static void unset(String option)
public static boolean check(String option)
public static String value(String option)
public static int intValue(String option)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |