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 DnsQueryContextManagerDnsNameResolver.DnsResponseHandler.queryContextManagerprivate final DnsQueryContextManagerDnsNameResolver.queryContextManagerManages theDnsQueryContexts in progress and their query IDs.private final DnsQueryContextManagerDnsQueryContext.queryContextManagerConstructors in io.netty.resolver.dns with parameters of type DnsQueryContextManagerModifierConstructorDescription(package private)DatagramDnsQueryContext(Channel channel, 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, 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)DnsResponseHandler(DnsQueryContextManager queryContextManager) (package private)TcpDnsQueryContext(Channel channel, InetSocketAddress nameServerAddr, DnsQueryContextManager queryContextManager, int maxPayLoadSize, boolean recursionDesired, long queryTimeoutMillis, DnsQuestion question, DnsRecord[] additionals, Promise<AddressedEnvelope<DnsResponse, InetSocketAddress>> promise)