Uses of Interface
io.netty.resolver.dns.AuthoritativeDnsServerCache
-
-
Uses of AuthoritativeDnsServerCache in io.netty.resolver.dns
Classes in io.netty.resolver.dns that implement AuthoritativeDnsServerCache Modifier and Type Class Description classDefaultAuthoritativeDnsServerCacheDefault implementation ofAuthoritativeDnsServerCache, backed by aConcurrentMap.classNoopAuthoritativeDnsServerCacheA noopAuthoritativeDnsServerCachethat actually never caches anything.Methods in io.netty.resolver.dns that return AuthoritativeDnsServerCache Modifier and Type Method Description AuthoritativeDnsServerCacheDnsNameResolver. authoritativeDnsServerCache()Returns the cache used for authoritative DNS servers for a domain.Methods in io.netty.resolver.dns with parameters of type AuthoritativeDnsServerCache Modifier and Type Method Description DnsNameResolverBuilderDnsNameResolverBuilder. authoritativeDnsServerCache(AuthoritativeDnsServerCache authoritativeDnsServerCache)Sets the cache for authoritative NS serversConstructors in io.netty.resolver.dns with parameters of type AuthoritativeDnsServerCache Constructor Description DnsNameResolver(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.
-