public abstract class ForwardingHttpCacheStorage
extends com.google.common.collect.ForwardingObject
implements org.apache.http.client.cache.HttpCacheStorage
| Constructor and Description |
|---|
ForwardingHttpCacheStorage() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.http.client.cache.HttpCacheStorage |
delegate() |
org.apache.http.client.cache.HttpCacheEntry |
getEntry(String key) |
void |
putEntry(String key,
org.apache.http.client.cache.HttpCacheEntry entry) |
void |
removeEntry(String key) |
void |
updateEntry(String key,
org.apache.http.client.cache.HttpCacheUpdateCallback callback) |
protected abstract org.apache.http.client.cache.HttpCacheStorage delegate()
delegate in class com.google.common.collect.ForwardingObjectpublic void putEntry(String key, org.apache.http.client.cache.HttpCacheEntry entry) throws IOException
putEntry in interface org.apache.http.client.cache.HttpCacheStorageIOExceptionpublic org.apache.http.client.cache.HttpCacheEntry getEntry(String key) throws IOException
getEntry in interface org.apache.http.client.cache.HttpCacheStorageIOExceptionpublic void removeEntry(String key) throws IOException
removeEntry in interface org.apache.http.client.cache.HttpCacheStorageIOExceptionpublic void updateEntry(String key, org.apache.http.client.cache.HttpCacheUpdateCallback callback) throws IOException, org.apache.http.client.cache.HttpCacheUpdateException
updateEntry in interface org.apache.http.client.cache.HttpCacheStorageIOExceptionorg.apache.http.client.cache.HttpCacheUpdateExceptionCopyright © 2012–2018 Atlassian. All rights reserved.