Package org.xbill.DNS
Class Credibility
java.lang.Object
org.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.
- Author:
- Brian Wellington
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe additional section of a response.static final intData not required to be credible.static final intThe answer section of an authoritative response.static final intThe authority section of an authoritative response.static final intThe additional section of a response.static final intA hint or cache file on disk.static final intThe answer section of a non-authoritative response.static final intThe authority section of a non-authoritative response.static final intCredible data.static final intA zone. -
Method Summary
-
Field Details
-
HINT
public static final int HINTA hint or cache file on disk.- See Also:
-
ADDITIONAL
public static final int ADDITIONALThe additional section of a response.- See Also:
-
GLUE
public static final int GLUEThe additional section of a response.- See Also:
-
NONAUTH_AUTHORITY
public static final int NONAUTH_AUTHORITYThe authority section of a non-authoritative response.- See Also:
-
NONAUTH_ANSWER
public static final int NONAUTH_ANSWERThe answer section of a non-authoritative response.- See Also:
-
AUTH_AUTHORITY
public static final int AUTH_AUTHORITYThe authority section of an authoritative response.- See Also:
-
AUTH_ANSWER
public static final int AUTH_ANSWERThe answer section of an authoritative response.- See Also:
-
ZONE
public static final int ZONEA zone.- See Also:
-
NORMAL
public static final int NORMALCredible data.- See Also:
-
ANY
public static final int ANYData not required to be credible.- See Also:
-