| java.lang.Object org.xbill.DNS.DClass
DClass | final public class DClass (Code) | | Constants and functions relating to DNS classes. This is called DClass
to avoid confusion with Class.
author: Brian Wellington |
Field Summary | |
final public static int | ANY | final public static int | CH | final public static int | CHAOS | final public static int | HESIOD | final public static int | HS | final public static int | IN | final public static int | NONE |
ANY | final public static int ANY(Code) | | Matches any class
|
CH | final public static int CH(Code) | | Chaos network (MIT)
|
CHAOS | final public static int CHAOS(Code) | | Chaos network (MIT, alternate name)
|
HESIOD | final public static int HESIOD(Code) | | Hesiod name server (MIT, alternate name)
|
HS | final public static int HS(Code) | | Hesiod name server (MIT)
|
IN | final public static int IN(Code) | | Internet
|
NONE | final public static int NONE(Code) | | Special value used in dynamic update messages
|
check | static void check(int i)(Code) | | |
string | public static String string(int i)(Code) | | Converts a numeric DClass into a String
The canonical string representation of the class throws: InvalidDClassException - The class is out of range. |
value | public static int value(String s)(Code) | | Converts a String representation of a DClass into its numeric value
The class code, or -1 on error. |
|
|