Uses of Interface
io.netty.resolver.dns.AuthoritativeDnsServerCache
-
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(io.netty.channel.EventLoop eventLoop, io.netty.channel.ChannelFactory<? extends io.netty.channel.socket.DatagramChannel> channelFactory, DnsCache resolveCache, AuthoritativeDnsServerCache authoritativeDnsServerCache, DnsQueryLifecycleObserverFactory dnsQueryLifecycleObserverFactory, long queryTimeoutMillis, io.netty.resolver.ResolvedAddressTypes resolvedAddressTypes, boolean recursionDesired, int maxQueriesPerResolve, boolean traceEnabled, int maxPayloadSize, boolean optResourceEnabled, io.netty.resolver.HostsFileEntriesResolver hostsFileEntriesResolver, DnsServerAddressStreamProvider dnsServerAddressStreamProvider, String[] searchDomains, int ndots, boolean decodeIdn) Deprecated.
DnsNameResolverBuilder.