|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Credibility
Constants relating to the credibility of cached data, which is based on the data's source. The constants NORMAL and ANY should be used by most callers.
Cache
,
Section
Field Summary | |
static byte |
ADDITIONAL
The additional section of a response. |
static byte |
ANY
Data not required to be credible. |
static byte |
AUTH_ANSWER
The answer section of a authoritative response. |
static byte |
AUTH_AUTHORITY
The authority section of an authoritative response. |
static byte |
GLUE
The additional section of a response. |
static byte |
HINT
A hint or cache file on disk. |
static byte |
NONAUTH_ANSWER
The answer section of a nonauthoritative response. |
static byte |
NONAUTH_AUTHORITY
The authority section of a nonauthoritative response. |
static byte |
NORMAL
Credible data. |
static byte |
ZONE
A zone. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte HINT
public static final byte ADDITIONAL
public static final byte GLUE
public static final byte NONAUTH_AUTHORITY
public static final byte NONAUTH_ANSWER
public static final byte AUTH_AUTHORITY
public static final byte AUTH_ANSWER
public static final byte ZONE
public static final byte NORMAL
public static final byte ANY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |