Uses of Class
org.minidns.DnsCache
Packages that use DnsCache
-
Uses of DnsCache in org.minidns
Fields in org.minidns declared as DnsCacheModifier and TypeFieldDescriptionprotected final DnsCache
AbstractDnsClient.cache
The internal DNS cache.Methods in org.minidns that return DnsCacheModifier and TypeMethodDescriptionAbstractDnsClient.getCache()
Get the cache used by this DNS client.Constructors in org.minidns with parameters of type DnsCacheModifierConstructorDescriptionprotected
AbstractDnsClient
(DnsCache cache) Create a new DNS client with the given DNS cache. -
Uses of DnsCache in org.minidns.cache
Subclasses of DnsCache in org.minidns.cacheModifier and TypeClassDescriptionclass
A variant ofLruCache
also using the data found in the sections for caching.class
An insecure variant ofLruCache
also using all the data found in the sections of an answer.class
LRU based DNSCache backed by a LinkedHashMap.Methods in org.minidns.cache that return DnsCache -
Uses of DnsCache in org.minidns.dnssec
Constructors in org.minidns.dnssec with parameters of type DnsCacheModifierConstructorDescriptionDnssecClient
(DnsCache cache) Create a new DNSSEC aware DNS client with the given DNS cache. -
Uses of DnsCache in org.minidns.iterative
Constructors in org.minidns.iterative with parameters of type DnsCacheModifierConstructorDescriptionIterativeDnsClient
(DnsCache cache) Create a new recursive DNS client with the given DNS cache.ReliableDnsClient
(DnsCache dnsCache)