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

Packages that use HttpCacheOperationException
org.apache.http.client.cache   
org.apache.http.impl.client.cache   
 

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

Methods in org.apache.http.client.cache that throw HttpCacheOperationException
 E HttpCache.getEntry(String url)
           
 E HttpCacheUpdateCallback.getUpdatedEntry(E existing)
          Returns the new cache entry that should replace an existing one.
 void HttpCache.putEntry(String url, E entry)
           
 void HttpCache.removeEntry(String url)
           
 void HttpCache.updateCacheEntry(String url, HttpCacheUpdateCallback<E> callback)
           
 

Uses of HttpCacheOperationException in org.apache.http.impl.client.cache
 

Methods in org.apache.http.impl.client.cache that throw HttpCacheOperationException
protected  CacheEntry CachingHttpClient.doGetUpdatedParentEntry(CacheEntry existing, HttpHost target, HttpRequest req, CacheEntry entry)
           
protected  boolean CacheInvalidator.flushAbsoluteUriFromSameHost(URL reqURL, String uri)
           
protected  void CacheInvalidator.flushRelativeUriFromSameHost(URL reqURL, String relUri)
           
protected  void CacheInvalidator.flushUriIfSameHost(URL requestURL, URL targetURL)
           
 void BasicHttpCache.updateCacheEntry(String url, HttpCacheUpdateCallback<CacheEntry> callback)
           
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.