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 TypeInterfaceDescriptioninterfaceA DNS query message.interfaceA DNS response message.Classes in io.netty.handler.codec.dns that implement DnsMessageModifier and TypeClassDescriptionclassA skeletal implementation ofDnsMessage.classADnsQueryimplementation for UDP/IP.classADnsResponseimplementation for UDP/IP.classThe defaultDnsQueryimplementation.classThe defaultDnsResponseimplementation.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 specifiedrecordat the specifiedindexof the specifiedsectionof this DNS message.DnsMessage.addRecord(DnsSection section, DnsRecord record) Adds the specifiedrecordat the end of the specifiedsectionof 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 specifiedsectionof this DNS message.AbstractDnsMessage.retain()AbstractDnsMessage.retain(int increment) DnsMessage.retain()DnsMessage.retain(int increment) AbstractDnsMessage.setId(int id) DnsMessage.setId(int id) Sets theIDof this DNS message.Sets theopCodeof this DNS message.AbstractDnsMessage.setRecord(DnsSection section, DnsRecord record) DnsMessage.setRecord(DnsSection section, DnsRecord record) Sets the specifiedsectionof 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()