Uses of Class
io.netty.resolver.dns.DnsQueryContext
-
Packages that use DnsQueryContext Package Description io.netty.resolver.dns 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.dns Modifier and Type Class Description (package private) class
DatagramDnsQueryContext
(package private) class
TcpDnsQueryContext
Fields in io.netty.resolver.dns with type parameters of type DnsQueryContext Modifier and Type Field Description private IntObjectMap<DnsQueryContext>
DnsQueryContextManager.DnsQueryContextMap. map
Methods in io.netty.resolver.dns that return DnsQueryContext Modifier and Type Method Description (package private) DnsQueryContext
DnsQueryContextManager.DnsQueryContextMap. get(int id)
(package private) DnsQueryContext
DnsQueryContextManager. get(java.net.InetSocketAddress nameServerAddr, int id)
(package private) DnsQueryContext
DnsQueryContextManager.DnsQueryContextMap. remove(int id)
(package private) DnsQueryContext
DnsQueryContextManager. remove(java.net.InetSocketAddress nameServerAddr, int id)
Methods in io.netty.resolver.dns with parameters of type DnsQueryContext Modifier and Type Method Description (package private) int
DnsQueryContextManager. add(java.net.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)
-