Uses of Interface
io.netty.handler.codec.dns.DnsQuery
Packages that use DnsQuery
-
Uses of DnsQuery in io.netty.handler.codec.dns
Classes in io.netty.handler.codec.dns that implement DnsQueryModifier and TypeClassDescriptionclassADnsQueryimplementation for UDP/IP.classThe defaultDnsQueryimplementation.Subclasses with type arguments of type DnsQuery in io.netty.handler.codec.dnsModifier and TypeClassDescriptionclassfinal classMethods in io.netty.handler.codec.dns that return DnsQueryModifier and TypeMethodDescriptionDefaultDnsQuery.addRecord(DnsSection section, int index, DnsRecord record) DefaultDnsQuery.addRecord(DnsSection section, DnsRecord record) DnsQuery.addRecord(DnsSection section, int index, DnsRecord record) DnsQuery.addRecord(DnsSection section, DnsRecord record) DefaultDnsQuery.clear()DefaultDnsQuery.clear(DnsSection section) DnsQuery.clear()DnsQuery.clear(DnsSection section) DefaultDnsQuery.retain()DefaultDnsQuery.retain(int increment) DnsQuery.retain()DnsQuery.retain(int increment) DefaultDnsQuery.setId(int id) DnsQuery.setId(int id) DefaultDnsQuery.setRecord(DnsSection section, DnsRecord record) DnsQuery.setRecord(DnsSection section, DnsRecord record) DefaultDnsQuery.setRecursionDesired(boolean recursionDesired) DnsQuery.setRecursionDesired(boolean recursionDesired) DefaultDnsQuery.setZ(int z) DnsQuery.setZ(int z) DefaultDnsQuery.touch()DnsQuery.touch()Methods in io.netty.handler.codec.dns with parameters of type DnsQueryModifier and TypeMethodDescriptionprotected ByteBufTcpDnsQueryEncoder.allocateBuffer(ChannelHandlerContext ctx, DnsQuery msg, boolean preferDirect) protected voidTcpDnsQueryEncoder.encode(ChannelHandlerContext ctx, DnsQuery msg, ByteBuf out) Method parameters in io.netty.handler.codec.dns with type arguments of type DnsQueryModifier and TypeMethodDescriptionprotected ByteBufDatagramDnsQueryEncoder.allocateBuffer(ChannelHandlerContext ctx, AddressedEnvelope<DnsQuery, InetSocketAddress> msg) Allocate aByteBufwhich will be used for constructing a datagram packet.protected voidDatagramDnsQueryEncoder.encode(ChannelHandlerContext ctx, AddressedEnvelope<DnsQuery, InetSocketAddress> in, List<Object> out)