|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
void |
BasicHttpCache.updateCacheEntry(String url,
HttpCacheUpdateCallback<CacheEntry> callback)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||