Uses of Class
io.netty.resolver.dns.DnsQueryContext
Packages that use DnsQueryContext
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 DnsQueryContext in io.netty.resolver.dns
Subclasses of DnsQueryContext in io.netty.resolver.dnsModifier and TypeClassDescription(package private) final class(package private) final classFields in io.netty.resolver.dns with type parameters of type DnsQueryContextModifier and TypeFieldDescriptionprivate final IntObjectMap<DnsQueryContext> DnsQueryContextManager.DnsQueryContextMap.mapMethods in io.netty.resolver.dns that return DnsQueryContextModifier and TypeMethodDescription(package private) DnsQueryContextDnsQueryContextManager.DnsQueryContextMap.get(int id) (package private) DnsQueryContextDnsQueryContextManager.get(InetSocketAddress nameServerAddr, int id) (package private) DnsQueryContextDnsQueryContextManager.DnsQueryContextMap.remove(int id) (package private) DnsQueryContextDnsQueryContextManager.remove(InetSocketAddress nameServerAddr, int id) Methods in io.netty.resolver.dns with parameters of type DnsQueryContextModifier and TypeMethodDescription(package private) intDnsQueryContextManager.add(InetSocketAddress nameServerAddr, DnsQueryContext qCtx) AddDnsQueryContextto the context manager and return the ID that should be used for the query.(package private) intDnsQueryContextManager.DnsQueryContextMap.add(DnsQueryContext ctx)