Uses of Class
org.minidns.DnsCache
-
Packages that use DnsCache Package Description org.minidns org.minidns.cache org.minidns.dnssec org.minidns.iterative -
-
Uses of DnsCache in org.minidns
Fields in org.minidns declared as DnsCache Modifier and Type Field Description protected DnsCache
AbstractDnsClient. cache
The internal DNS cache.Methods in org.minidns that return DnsCache Modifier and Type Method Description DnsCache
AbstractDnsClient. getCache()
Get the cache used by this DNS client.Constructors in org.minidns with parameters of type DnsCache Constructor Description AbstractDnsClient(DnsCache cache)
Create a new DNS client with the given DNS cache.DnsClient(DnsCache dnsCache)
-
Uses of DnsCache in org.minidns.cache
Subclasses of DnsCache in org.minidns.cache Modifier and Type Class Description class
ExtendedLruCache
A variant ofLruCache
also using the data found in the sections for caching.class
FullLruCache
An insecure variant ofLruCache
also using all the data found in the sections of an answer.class
LruCache
LRU based DNSCache backed by a LinkedHashMap.Methods in org.minidns.cache that return DnsCache Modifier and Type Method Description DnsCache
MiniDnsCacheFactory. newCache()
-
Uses of DnsCache in org.minidns.dnssec
Constructors in org.minidns.dnssec with parameters of type DnsCache Constructor Description DnssecClient(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 DnsCache Constructor Description IterativeDnsClient(DnsCache cache)
Create a new recursive DNS client with the given DNS cache.ReliableDnsClient(DnsCache dnsCache)
-