|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.DClass
public final class DClass
Constants and functions relating to DNS classes. This is called DClass to avoid confusion with Class.
Field Summary | |
---|---|
static int |
ANY
Matches any class |
static int |
CH
Chaos network (MIT) |
static int |
CHAOS
Chaos network (MIT, alternate name) |
static int |
HESIOD
Hesiod name server (MIT, alternate name) |
static int |
HS
Hesiod name server (MIT) |
static int |
IN
Internet |
static int |
NONE
Special value used in dynamic update messages |
Method Summary | |
---|---|
static String |
string(int i)
Converts a numeric DClass into a String |
static int |
value(String s)
Converts a String representation of a DClass into its numeric value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int IN
public static final int CH
public static final int CHAOS
public static final int HS
public static final int HESIOD
public static final int NONE
public static final int ANY
Method Detail |
---|
public static String string(int i)
InvalidDClassException
- The class is out of range.public static int value(String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |