Uses of Class
org.xbill.DNS.Cache

Packages that use Cache
org.browsermob.proxy.http   
org.xbill.DNS   
org.xbill.DNS.security   
 

Uses of Cache in org.browsermob.proxy.http
 

Constructors in org.browsermob.proxy.http with parameters of type Cache
BrowserMobHostNameResolver(Cache cache)
           
 

Uses of Cache in org.xbill.DNS
 

Methods in org.xbill.DNS that return Cache
static Cache Lookup.getDefaultCache(int dclass)
          Gets the Cache that will be used as the default for the specified class by future Lookups.
 

Methods in org.xbill.DNS with parameters of type Cache
 void Lookup.setCache(Cache cache)
          Sets the cache to use when performing this lookup.
static void Lookup.setDefaultCache(Cache cache, int dclass)
          Sets the Cache to be used as the default for the specified class by future Lookups.
 int Verifier.verify(RRset set, Cache cache)
          Verifies this RRset, using secure keys found in this Cache if necessary.
 

Uses of Cache in org.xbill.DNS.security
 

Methods in org.xbill.DNS.security with parameters of type Cache
 int DNSSECVerifier.verify(RRset set, Cache cache)
          Attempts to verify an RRset.
 



Copyright © 2011. All Rights Reserved.