Package org.xbill.DNS

Class Credibility

java.lang.Object
org.xbill.DNS.Credibility

public final class Credibility extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The additional section of a response.
    static final int
    Data not required to be credible.
    static final int
    The answer section of an authoritative response.
    static final int
    The authority section of an authoritative response.
    static final int
    The additional section of a response.
    static final int
    A hint or cache file on disk.
    static final int
    The answer section of a non-authoritative response.
    static final int
    The authority section of a non-authoritative response.
    static final int
    Credible data.
    static final int
    A zone.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • HINT

      public static final int HINT
      A hint or cache file on disk.
      See Also:
    • ADDITIONAL

      public static final int ADDITIONAL
      The additional section of a response.
      See Also:
    • GLUE

      public static final int GLUE
      The additional section of a response.
      See Also:
    • NONAUTH_AUTHORITY

      public static final int NONAUTH_AUTHORITY
      The authority section of a non-authoritative response.
      See Also:
    • NONAUTH_ANSWER

      public static final int NONAUTH_ANSWER
      The answer section of a non-authoritative response.
      See Also:
    • AUTH_AUTHORITY

      public static final int AUTH_AUTHORITY
      The authority section of an authoritative response.
      See Also:
    • AUTH_ANSWER

      public static final int AUTH_ANSWER
      The answer section of an authoritative response.
      See Also:
    • ZONE

      public static final int ZONE
      A zone.
      See Also:
    • NORMAL

      public static final int NORMAL
      Credible data.
      See Also:
    • ANY

      public static final int ANY
      Data not required to be credible.
      See Also: