Uses of Class
org.minidns.DnsCache
-
Uses of DnsCache in org.minidns
Modifier and TypeFieldDescriptionprotected final DnsCache
AbstractDnsClient.cache
The internal DNS cache.Modifier and TypeMethodDescriptionAbstractDnsClient.getCache()
Get the cache used by this DNS client.ModifierConstructorDescriptionprotected
AbstractDnsClient
(DnsCache cache) Create a new DNS client with the given DNS cache. -
Uses of DnsCache in org.minidns.cache
-
Uses of DnsCache in org.minidns.dnssec
ModifierConstructorDescriptionDnssecClient
(DnsCache cache) Create a new DNSSEC aware DNS client with the given DNS cache. -
Uses of DnsCache in org.minidns.iterative
ModifierConstructorDescriptionIterativeDnsClient
(DnsCache cache) Create a new recursive DNS client with the given DNS cache.ReliableDnsClient
(DnsCache dnsCache)