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 (package private) java.util.Map<java.net.InetSocketAddress,IntObjectMap<DnsQueryContext>>
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 DnsQueryContext Modifier and Type Method Description (package private) DnsQueryContext
DnsQueryContextManager. get(java.net.InetSocketAddress nameServerAddr, int id)
(package private) DnsQueryContext
DnsQueryContextManager. remove(java.net.InetSocketAddress nameServerAddr, int id)
Methods in io.netty.resolver.dns that return types with arguments of type DnsQueryContext Modifier and Type Method Description private IntObjectMap<DnsQueryContext>
DnsQueryContextManager. getContextMap(java.net.InetSocketAddress nameServerAddr)
private IntObjectMap<DnsQueryContext>
DnsQueryContextManager. getOrCreateContextMap(java.net.InetSocketAddress nameServerAddr)
Methods in io.netty.resolver.dns with parameters of type DnsQueryContext Modifier and Type Method Description (package private) int
DnsQueryContextManager. add(DnsQueryContext qCtx)
-