Uses of Class
io.netty.resolver.dns.DnsQueryContextManager
Packages that use DnsQueryContextManager
Package
Description
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
-
Uses of DnsQueryContextManager in io.netty.resolver.dns
Fields in io.netty.resolver.dns declared as DnsQueryContextManagerModifier and TypeFieldDescriptionprivate final DnsQueryContextManager
DnsNameResolver.queryContextManager
Manages theDnsQueryContext
s in progress and their query IDs.private final DnsQueryContextManager
DnsQueryContext.queryContextManager
Constructors in io.netty.resolver.dns with parameters of type DnsQueryContextManagerModifierConstructorDescription(package private)
DatagramDnsQueryContext
(Channel channel, Future<? extends Channel> channelReadyFuture, InetSocketAddress nameServerAddr, DnsQueryContextManager queryContextManager, int maxPayLoadSize, boolean recursionDesired, long queryTimeoutMillis, DnsQuestion question, DnsRecord[] additionals, Promise<AddressedEnvelope<DnsResponse, InetSocketAddress>> promise, Bootstrap socketBootstrap, boolean retryWithTcpOnTimeout) (package private)
DnsQueryContext
(Channel channel, Future<? extends Channel> channelReadyFuture, InetSocketAddress nameServerAddr, DnsQueryContextManager queryContextManager, int maxPayLoadSize, boolean recursionDesired, long queryTimeoutMillis, DnsQuestion question, DnsRecord[] additionals, Promise<AddressedEnvelope<DnsResponse, InetSocketAddress>> promise, Bootstrap socketBootstrap, boolean retryWithTcpOnTimeout) (package private)
TcpDnsQueryContext
(Channel channel, Future<? extends Channel> channelReadyFuture, InetSocketAddress nameServerAddr, DnsQueryContextManager queryContextManager, int maxPayLoadSize, boolean recursionDesired, long queryTimeoutMillis, DnsQuestion question, DnsRecord[] additionals, Promise<AddressedEnvelope<DnsResponse, InetSocketAddress>> promise)