|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.ExtendedFlags
public final class ExtendedFlags
Constants and functions relating to EDNS flags.
Field Summary | |
---|---|
static int |
DO
dnssec ok |
Method Summary | |
---|---|
static String |
string(int i)
Converts a numeric extended flag into a String |
static int |
value(String s)
Converts a textual representation of an extended flag into its numeric value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DO
Method Detail |
---|
public static String string(int i)
public static int value(String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |