|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Opcode
public final class Opcode
Constants and functions relating to DNS opcodes
Field Summary | |
---|---|
static int |
IQUERY
An inverse query (deprecated) |
static int |
NOTIFY
A message from a primary to a secondary server to initiate a zone transfer |
static int |
QUERY
A standard query |
static int |
STATUS
A server status request (not used) |
static int |
UPDATE
A dynamic update message |
Method Summary | |
---|---|
static String |
string(int i)
Converts a numeric Opcode into a String |
static int |
value(String s)
Converts a String representation of an Opcode 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 QUERY
public static final int IQUERY
public static final int STATUS
public static final int NOTIFY
public static final int UPDATE
Method Detail |
---|
public static String string(int i)
public static int value(String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |