Uses of Class
org.apache.http.client.cache.HttpCacheUpdateException

Packages that use HttpCacheUpdateException
org.apache.http.client.cache   
org.apache.http.impl.client.cache.ehcache   
org.apache.http.impl.client.cache.memcached   
 

Uses of HttpCacheUpdateException in org.apache.http.client.cache
 

Methods in org.apache.http.client.cache that throw HttpCacheUpdateException
 void HttpCacheStorage.updateEntry(String key, HttpCacheUpdateCallback callback)
           
 

Uses of HttpCacheUpdateException in org.apache.http.impl.client.cache.ehcache
 

Methods in org.apache.http.impl.client.cache.ehcache that throw HttpCacheUpdateException
 void EhcacheHttpCacheStorage.updateEntry(String key, HttpCacheUpdateCallback callback)
           
 

Uses of HttpCacheUpdateException in org.apache.http.impl.client.cache.memcached
 

Methods in org.apache.http.impl.client.cache.memcached that throw HttpCacheUpdateException
 void MemcachedHttpCacheStorage.updateEntry(String url, HttpCacheUpdateCallback callback)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.