Uses of Enum
org.minidns.dnsmessage.DnsMessage.OPCODE
Packages that use DnsMessage.OPCODE
-
Uses of DnsMessage.OPCODE in org.minidns.dnsmessage
Fields in org.minidns.dnsmessage declared as DnsMessage.OPCODEModifier and TypeFieldDescriptionfinal DnsMessage.OPCODE
DnsMessage.opcode
The DNS message opcode.Methods in org.minidns.dnsmessage that return DnsMessage.OPCODEModifier and TypeMethodDescriptionstatic DnsMessage.OPCODE
DnsMessage.OPCODE.getOpcode
(int value) Retrieve the symbolic name of an opcode byte.static DnsMessage.OPCODE
Returns the enum constant of this type with the specified name.static DnsMessage.OPCODE[]
DnsMessage.OPCODE.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.minidns.dnsmessage with parameters of type DnsMessage.OPCODE