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 DnsCacheAbstractDnsClient.cacheThe 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 DnsCacheModifierConstructorDescriptionprotectedAbstractDnsClient(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 TypeClassDescriptionclassA variant ofLruCachealso using the data found in the sections for caching.classAn insecure variant ofLruCachealso using all the data found in the sections of an answer.classLRU 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)