Package org.xbill.DNS
Class Opcode
java.lang.Object
org.xbill.DNS.Opcode
Constants and functions relating to DNS opcodes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDNS Stateful Operations (DSO).static final intAn inverse query (deprecated)static final intA message from a primary to a secondary server to initiate a zone transferprivate static final Mnemonicstatic final intA standard querystatic final intA server status request (not used)static final intA dynamic update message -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
QUERY
public static final int QUERYA standard query- See Also:
-
IQUERY
public static final int IQUERYAn inverse query (deprecated)- See Also:
-
STATUS
public static final int STATUSA server status request (not used)- See Also:
-
NOTIFY
public static final int NOTIFYA message from a primary to a secondary server to initiate a zone transfer- See Also:
-
UPDATE
public static final int UPDATEA dynamic update message- See Also:
-
DSO
public static final int DSODNS Stateful Operations (DSO).- See Also:
-
opcodes
-
-
Constructor Details
-
Opcode
private Opcode()
-
-
Method Details
-
string
Converts a numeric Opcode into a String -
value
Converts a String representation of an Opcode into its numeric value
-