|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Credibility
public final class 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 int |
ADDITIONAL
The additional section of a response. |
static int |
ANY
Data not required to be credible. |
static int |
AUTH_ANSWER
The answer section of a authoritative response. |
static int |
AUTH_AUTHORITY
The authority section of an authoritative response. |
static int |
GLUE
The additional section of a response. |
static int |
HINT
A hint or cache file on disk. |
static int |
NONAUTH_ANSWER
The answer section of a nonauthoritative response. |
static int |
NONAUTH_AUTHORITY
The authority section of a nonauthoritative response. |
static int |
NORMAL
Credible data. |
static int |
ZONE
A zone. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int HINT
public static final int ADDITIONAL
public static final int GLUE
public static final int NONAUTH_AUTHORITY
public static final int NONAUTH_ANSWER
public static final int AUTH_AUTHORITY
public static final int AUTH_ANSWER
public static final int ZONE
public static final int NORMAL
public static final int ANY
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |