Package io.netty.handler.codec.dns
Class DnsOpCode
java.lang.Object
io.netty.handler.codec.dns.DnsOpCode
- All Implemented Interfaces:
Comparable<DnsOpCode>
The DNS
OpCode as defined in RFC2929.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DnsOpCodeThe 'IQuery' DNS OpCode, as defined in RFC1035.static final DnsOpCodeThe 'Notify' DNS OpCode, as defined in RFC1996.static final DnsOpCodeThe 'Query' DNS OpCode, as defined in RFC1035.static final DnsOpCodeThe 'Status' DNS OpCode, as defined in RFC1035.static final DnsOpCodeThe 'Update' DNS OpCode, as defined in RFC2136. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
DnsOpCode
-
-
Method Details
-
valueOf
Returns theDnsOpCodeinstance of the specified byte value. -
byteValue
public byte byteValue() -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<DnsOpCode>
-
toString
-