Uses of Class
io.netty.resolver.dns.DnsQueryContextManager.DnsQueryContextMap
Packages that use DnsQueryContextManager.DnsQueryContextMap
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.DnsQueryContextMap in io.netty.resolver.dns
Fields in io.netty.resolver.dns with type parameters of type DnsQueryContextManager.DnsQueryContextMapModifier and TypeFieldDescriptionprivate final Map
<InetSocketAddress, DnsQueryContextManager.DnsQueryContextMap> DnsQueryContextManager.map
A map whose key is the DNS server address and value is the map of the DNS query ID and its correspondingDnsQueryContext
.Methods in io.netty.resolver.dns that return DnsQueryContextManager.DnsQueryContextMapModifier and TypeMethodDescriptionDnsQueryContextManager.getContextMap
(InetSocketAddress nameServerAddr) DnsQueryContextManager.getOrCreateContextMap
(InetSocketAddress nameServerAddr)