Uses of Class
io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
-
Packages that use DnsResolveContext.AuthoritativeNameServerList 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 DnsResolveContext.AuthoritativeNameServerList in io.netty.resolver.dns
Methods in io.netty.resolver.dns that return DnsResolveContext.AuthoritativeNameServerList Modifier and Type Method Description private static DnsResolveContext.AuthoritativeNameServerList
DnsResolveContext. extractAuthoritativeNameServers(java.lang.String questionName, DnsResponse res)
Returns the {@code {@link AuthoritativeNameServerList} which were included in {@link DnsSection#AUTHORITY} or {@code null} if non are found.
-