|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Section
Constants and functions relating to DNS message sections
Field Summary | |
static byte |
ADDITIONAL
The additional (fourth) section |
static byte |
ANSWER
The answer (second) section |
static byte |
AUTHORITY
The authority (third) section |
static byte |
PREREQ
The prerequisite (second) section of a dynamic update message |
static byte |
QUESTION
The question (first) section |
static byte |
UPDATE
The update (third) section of a dynamic update message |
static byte |
ZONE
The zone (first) section of a dynamic update message |
Method Summary | |
static String |
longString(int i)
Converts a numeric Section into a full description String |
static String |
string(int i)
Converts a numeric Section into an abbreviation String |
static String |
updString(int i)
Converts a numeric Section into a full description String for an update Message. |
static byte |
value(String s)
Converts a String representation of a Section 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 byte QUESTION
public static final byte ANSWER
public static final byte AUTHORITY
public static final byte ADDITIONAL
public static final byte ZONE
public static final byte PREREQ
public static final byte UPDATE
Method Detail |
public static String string(int i)
public static String longString(int i)
public static String updString(int i)
public static byte value(String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |