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 class
Fields in io.netty.resolver.dns with type parameters of type DnsQueryContextModifier and TypeFieldDescriptionprivate final IntObjectMap
<DnsQueryContext> DnsQueryContextManager.DnsQueryContextMap.map
Methods in io.netty.resolver.dns that return DnsQueryContextModifier and TypeMethodDescription(package private) DnsQueryContext
DnsQueryContextManager.DnsQueryContextMap.get
(int id) (package private) DnsQueryContext
DnsQueryContextManager.get
(InetSocketAddress nameServerAddr, int id) (package private) DnsQueryContext
DnsQueryContextManager.DnsQueryContextMap.remove
(int id) (package private) DnsQueryContext
DnsQueryContextManager.remove
(InetSocketAddress nameServerAddr, int id) Methods in io.netty.resolver.dns with parameters of type DnsQueryContextModifier and TypeMethodDescription(package private) int
DnsQueryContextManager.add
(InetSocketAddress nameServerAddr, DnsQueryContext qCtx) AddDnsQueryContext
to the context manager and return the ID that should be used for the query.(package private) int
DnsQueryContextManager.DnsQueryContextMap.add
(DnsQueryContext ctx)