Home | History | Annotate | Download | only in DNS

Lines Matching defs:Section

11 public final class Section {
13 /** The question (first) section */
16 /** The answer (second) section */
19 /** The authority (third) section */
22 /** The additional (fourth) section */
26 /** The zone (first) section of a dynamic update message */
29 /** The prerequisite (second) section of a dynamic update message */
32 /** The update (third) section of a dynamic update message */
35 private static Mnemonic sections = new Mnemonic("Message Section",
61 Section() {}
63 /** Converts a numeric Section into an abbreviation String */
69 /** Converts a numeric Section into a full description String */
77 * Converts a numeric Section into a full description String for an update
86 /** Converts a String representation of a Section into its numeric value */