Uses of Interface
org.apache.http.client.cache.HttpCacheUpdateCallback

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

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

Methods in org.apache.http.client.cache with parameters of type HttpCacheUpdateCallback
 void HttpCache.updateCacheEntry(String url, HttpCacheUpdateCallback<E> callback)
           
 

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

Methods in org.apache.http.impl.client.cache that return HttpCacheUpdateCallback
protected  HttpCacheUpdateCallback<CacheEntry> CachingHttpClient.storeVariantEntry(HttpHost target, HttpRequest req, CacheEntry entry)
           
 

Methods in org.apache.http.impl.client.cache with parameters of type HttpCacheUpdateCallback
 void BasicHttpCache.updateCacheEntry(String url, HttpCacheUpdateCallback<CacheEntry> callback)
           
 



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