Uses of Interface
io.netty.handler.codec.dns.DnsMessage
Packages that use DnsMessage
-
Uses of DnsMessage in io.netty.handler.codec.dns
Subinterfaces of DnsMessage in io.netty.handler.codec.dnsModifier and TypeInterfaceDescriptioninterface
A DNS query message.interface
A DNS response message.Classes in io.netty.handler.codec.dns that implement DnsMessageModifier and TypeClassDescriptionclass
A skeletal implementation ofDnsMessage
.class
ADnsQuery
implementation for UDP/IP.class
ADnsResponse
implementation for UDP/IP.class
The defaultDnsQuery
implementation.class
The defaultDnsResponse
implementation.Fields in io.netty.handler.codec.dns with type parameters of type DnsMessageModifier and TypeFieldDescriptionprivate final ResourceLeakTracker
<DnsMessage> AbstractDnsMessage.leak
private static final ResourceLeakDetector
<DnsMessage> AbstractDnsMessage.leakDetector
Methods in io.netty.handler.codec.dns that return DnsMessageModifier and TypeMethodDescriptionAbstractDnsMessage.addRecord
(DnsSection section, int index, DnsRecord record) AbstractDnsMessage.addRecord
(DnsSection section, DnsRecord record) DnsMessage.addRecord
(DnsSection section, int index, DnsRecord record) Adds the specifiedrecord
at the specifiedindex
of the specifiedsection
of this DNS message.DnsMessage.addRecord
(DnsSection section, DnsRecord record) Adds the specifiedrecord
at the end of the specifiedsection
of this DNS message.AbstractDnsMessage.clear()
AbstractDnsMessage.clear
(DnsSection section) DnsMessage.clear()
Removes all the records in this DNS message.DnsMessage.clear
(DnsSection section) Removes all the records in the specifiedsection
of this DNS message.AbstractDnsMessage.retain()
AbstractDnsMessage.retain
(int increment) DnsMessage.retain()
DnsMessage.retain
(int increment) AbstractDnsMessage.setId
(int id) DnsMessage.setId
(int id) Sets theID
of this DNS message.Sets theopCode
of this DNS message.AbstractDnsMessage.setRecord
(DnsSection section, DnsRecord record) DnsMessage.setRecord
(DnsSection section, DnsRecord record) Sets the specifiedsection
of this DNS message to the specifiedrecord
, making it a single-record section.AbstractDnsMessage.setRecursionDesired
(boolean recursionDesired) DnsMessage.setRecursionDesired
(boolean recursionDesired) Sets theRD
(recursion desired} field of this DNS message.AbstractDnsMessage.setZ
(int z) DnsMessage.setZ
(int z) Sets theZ
(reserved for future use) field of this DNS message.AbstractDnsMessage.touch()
DnsMessage.touch()
Methods in io.netty.handler.codec.dns with parameters of type DnsMessageModifier and TypeMethodDescriptionprivate static StringBuilder
DnsMessageUtil.appendAddresses
(StringBuilder buf, DnsMessage msg) private static void
DnsMessageUtil.appendAllRecords
(StringBuilder buf, DnsMessage msg) private static void
DnsMessageUtil.appendRecords
(StringBuilder buf, DnsMessage message, DnsSection section)