org.xbill.DNS
Class ExtendedFlags

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

public final class ExtendedFlags
extends Object

Constants and functions relating to EDNS flags.

Author:
Brian Wellington

Field Summary
static int DO
          dnssec ok
 
Method Summary
static String string(int i)
          Converts a numeric extended flag into a String
static int value(String s)
          Converts a textual representation of an extended flag into its numeric value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DO

public static final int DO
dnssec ok

See Also:
Constant Field Values
Method Detail

string

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


value

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