Uses of Interface
io.netty.resolver.dns.AuthoritativeDnsServerCache
Packages that use AuthoritativeDnsServerCache
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 AuthoritativeDnsServerCache in io.netty.resolver.dns
Classes in io.netty.resolver.dns that implement AuthoritativeDnsServerCacheModifier and TypeClassDescriptionclassDefault implementation ofAuthoritativeDnsServerCache, backed by aConcurrentMap.final classA noopAuthoritativeDnsServerCachethat actually never caches anything.Methods in io.netty.resolver.dns that return AuthoritativeDnsServerCacheModifier and TypeMethodDescriptionDnsNameResolver.authoritativeDnsServerCache()Returns the cache used for authoritative DNS servers for a domain.Methods in io.netty.resolver.dns with parameters of type AuthoritativeDnsServerCacheModifier and TypeMethodDescriptionDnsNameResolverBuilder.authoritativeDnsServerCache(AuthoritativeDnsServerCache authoritativeDnsServerCache) Sets the cache for authoritative NS serversConstructors in io.netty.resolver.dns with parameters of type AuthoritativeDnsServerCacheModifierConstructorDescriptionDnsNameResolver(EventLoop eventLoop, ChannelFactory<? extends DatagramChannel> channelFactory, DnsCache resolveCache, AuthoritativeDnsServerCache authoritativeDnsServerCache, DnsQueryLifecycleObserverFactory dnsQueryLifecycleObserverFactory, long queryTimeoutMillis, ResolvedAddressTypes resolvedAddressTypes, boolean recursionDesired, int maxQueriesPerResolve, boolean traceEnabled, int maxPayloadSize, boolean optResourceEnabled, HostsFileEntriesResolver hostsFileEntriesResolver, DnsServerAddressStreamProvider dnsServerAddressStreamProvider, String[] searchDomains, int ndots, boolean decodeIdn) Deprecated.
DnsNameResolverBuilder.