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