| |
|
| java.lang.Object org.xbill.DNS.Section
Section | final public class Section (Code) | | Constants and functions relating to DNS message sections
author: Brian Wellington |
ADDITIONAL | final public static int ADDITIONAL(Code) | | The additional (fourth) section
|
ANSWER | final public static int ANSWER(Code) | | The answer (second) section
|
AUTHORITY | final public static int AUTHORITY(Code) | | The authority (third) section
|
PREREQ | final public static int PREREQ(Code) | | The prerequisite (second) section of a dynamic update message
|
QUESTION | final public static int QUESTION(Code) | | The question (first) section
|
UPDATE | final public static int UPDATE(Code) | | The update (third) section of a dynamic update message
|
ZONE | final public static int ZONE(Code) | | The zone (first) section of a dynamic update message
|
longString | public static String longString(int i)(Code) | | Converts a numeric Section into a full description String
|
string | public static String string(int i)(Code) | | Converts a numeric Section into an abbreviation String
|
updString | public static String updString(int i)(Code) | | Converts a numeric Section into a full description String for an update
Message.
|
value | public static int value(String s)(Code) | | Converts a String representation of a Section into its numeric value
|
|
|
|