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

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

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

Methods in org.apache.http.client.cache that return HttpCacheEntry
 HttpCacheEntry HttpCacheStorage.getEntry(String key)
           
 HttpCacheEntry HttpCacheEntrySerializer.readFrom(InputStream is)
           
 HttpCacheEntry HttpCacheUpdateCallback.update(HttpCacheEntry existing)
          Returns the new cache entry that should replace an existing one.
 

Methods in org.apache.http.client.cache with parameters of type HttpCacheEntry
 void HttpCacheStorage.putEntry(String key, HttpCacheEntry entry)
           
 HttpCacheEntry HttpCacheUpdateCallback.update(HttpCacheEntry existing)
          Returns the new cache entry that should replace an existing one.
 void HttpCacheEntrySerializer.writeTo(HttpCacheEntry entry, OutputStream os)
           
 

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

Methods in org.apache.http.impl.client.cache that return HttpCacheEntry
 HttpCacheEntry BasicHttpCacheStorage.getEntry(String url)
          Gets an entry from the cache, if it exists
 HttpCacheEntry ManagedHttpCacheStorage.getEntry(String url)
           
 HttpCacheEntry DefaultHttpCacheEntrySerializer.readFrom(InputStream is)
           
 

Methods in org.apache.http.impl.client.cache with parameters of type HttpCacheEntry
 void BasicHttpCacheStorage.putEntry(String url, HttpCacheEntry entry)
          Places a HttpCacheEntry in the cache
 void ManagedHttpCacheStorage.putEntry(String url, HttpCacheEntry entry)
           
 void DefaultHttpCacheEntrySerializer.writeTo(HttpCacheEntry cacheEntry, OutputStream os)
           
 

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

Methods in org.apache.http.impl.client.cache.ehcache that return HttpCacheEntry
 HttpCacheEntry EhcacheHttpCacheStorage.getEntry(String key)
           
 

Methods in org.apache.http.impl.client.cache.ehcache with parameters of type HttpCacheEntry
 void EhcacheHttpCacheStorage.putEntry(String key, HttpCacheEntry entry)
           
 

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

Methods in org.apache.http.impl.client.cache.memcached that return HttpCacheEntry
 HttpCacheEntry MemcachedHttpCacheStorage.getEntry(String url)
           
 

Methods in org.apache.http.impl.client.cache.memcached with parameters of type HttpCacheEntry
 void MemcachedHttpCacheStorage.putEntry(String url, HttpCacheEntry entry)
           
 



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