Package org.xbill.DNS

Class ExtendedFlags

java.lang.Object
org.xbill.DNS.ExtendedFlags

public final class ExtendedFlags extends Object
Constants and functions relating to EDNS flags.
Author:
Brian Wellington
  • Field Details

  • Method Details

    • string

      public static String string(int i)
      Converts a numeric extended flag into a String
    • stringFromBit

      public static String stringFromBit(int bit)
      Converts a numeric extended flag into a String
      Parameters:
      bit - the flag as a bit value according to IANA allocation
    • value

      public static int value(String s)
      Converts a textual representation of an extended flag into its numeric value