Uses of Class
io.netty.handler.codec.dns.DnsOpCode
Packages that use DnsOpCode
-
Uses of DnsOpCode in io.netty.handler.codec.dns
Classes in io.netty.handler.codec.dns that implement interfaces with type arguments of type DnsOpCodeFields in io.netty.handler.codec.dns declared as DnsOpCodeModifier and TypeFieldDescriptionstatic final DnsOpCodeDnsOpCode.IQUERYThe 'IQuery' DNS OpCode, as defined in RFC1035.static final DnsOpCodeDnsOpCode.NOTIFYThe 'Notify' DNS OpCode, as defined in RFC1996.static final DnsOpCodeDnsOpCode.QUERYThe 'Query' DNS OpCode, as defined in RFC1035.static final DnsOpCodeDnsOpCode.STATUSThe 'Status' DNS OpCode, as defined in RFC1035.static final DnsOpCodeDnsOpCode.UPDATEThe 'Update' DNS OpCode, as defined in RFC2136.Methods in io.netty.handler.codec.dns that return DnsOpCodeModifier and TypeMethodDescriptionAbstractDnsMessage.opCode()DnsMessage.opCode()Returns theopCodeof this DNS message.static DnsOpCodeDnsOpCode.valueOf(int b) Returns theDnsOpCodeinstance of the specified byte value.Methods in io.netty.handler.codec.dns with parameters of type DnsOpCodeModifier and TypeMethodDescriptionintSets theopCodeof this DNS message.Constructors in io.netty.handler.codec.dns with parameters of type DnsOpCodeModifierConstructorDescriptionprotectedAbstractDnsMessage(int id, DnsOpCode opCode) Creates a new instance with the specifiedidandopCode.DatagramDnsQuery(InetSocketAddress sender, InetSocketAddress recipient, int id, DnsOpCode opCode) Creates a new instance.DatagramDnsResponse(InetSocketAddress sender, InetSocketAddress recipient, int id, DnsOpCode opCode) Creates a new instance with theDnsResponseCode.NOERRORresponseCode.DatagramDnsResponse(InetSocketAddress sender, InetSocketAddress recipient, int id, DnsOpCode opCode, DnsResponseCode responseCode) Creates a new instance.DefaultDnsQuery(int id, DnsOpCode opCode) Creates a new instance.DefaultDnsResponse(int id, DnsOpCode opCode) Creates a new instance with theDnsResponseCode.NOERRORRCODE.DefaultDnsResponse(int id, DnsOpCode opCode, DnsResponseCode code) Creates a new instance.