Uses of Interface
io.netty5.resolver.dns.AuthoritativeDnsServerCache
-
Packages that use AuthoritativeDnsServerCache Package Description io.netty5.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 AuthoritativeDnsServerCache in io.netty5.resolver.dns
Classes in io.netty5.resolver.dns that implement AuthoritativeDnsServerCache Modifier and Type Class Description class
DefaultAuthoritativeDnsServerCache
Default implementation ofAuthoritativeDnsServerCache
, backed by aConcurrentMap
.class
NoopAuthoritativeDnsServerCache
A noopAuthoritativeDnsServerCache
that actually never caches anything.Methods in io.netty5.resolver.dns that return AuthoritativeDnsServerCache Modifier and Type Method Description AuthoritativeDnsServerCache
DnsNameResolver. authoritativeDnsServerCache()
Returns the cache used for authoritative DNS servers for a domain.Methods in io.netty5.resolver.dns with parameters of type AuthoritativeDnsServerCache Modifier and Type Method Description DnsNameResolverBuilder
DnsNameResolverBuilder. authoritativeDnsServerCache(AuthoritativeDnsServerCache authoritativeDnsServerCache)
Sets the cache for authoritative NS serversConstructors in io.netty5.resolver.dns with parameters of type AuthoritativeDnsServerCache Constructor Description DnsNameResolver(EventLoop eventLoop, ChannelFactory<? extends DatagramChannel> channelFactory, DnsCache resolveCache, AuthoritativeDnsServerCache authoritativeDnsServerCache, DnsQueryLifecycleObserverFactory dnsQueryLifecycleObserverFactory, long queryTimeoutMillis, ResolvedAddressTypes resolvedAddressTypes, boolean recursionDesired, int maxQueriesPerResolve, int maxPayloadSize, boolean optResourceEnabled, HostsFileEntriesResolver hostsFileEntriesResolver, DnsServerAddressStreamProvider dnsServerAddressStreamProvider, String[] searchDomains, int ndots, boolean decodeIdn)
Deprecated.
-