Uses of Package
org.apache.http.client.cache

Packages that use org.apache.http.client.cache
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   
 

Classes in org.apache.http.client.cache used by org.apache.http.client.cache
CacheResponseStatus
          This enumeration represents the various ways a response can be generated by the CachingHttpClient; if a request is executed with an HttpContext then a parameter with one of these values will be registered in the context.
HttpCacheEntry
          Structure used to store an HttpResponse in a cache.
HttpCacheUpdateCallback
           
HttpCacheUpdateException
          Signals that HttpCacheStorage encountered an error performing an update operation.
InputLimit
           
Resource
          Represents a disposable system resource.
 

Classes in org.apache.http.client.cache used by org.apache.http.impl.client.cache
HttpCacheEntry
          Structure used to store an HttpResponse in a cache.
HttpCacheEntrySerializer
           
HttpCacheStorage
           
HttpCacheUpdateCallback
           
InputLimit
           
Resource
          Represents a disposable system resource.
ResourceFactory
          Generates Resource instances.
 

Classes in org.apache.http.client.cache used by org.apache.http.impl.client.cache.ehcache
HttpCacheEntry
          Structure used to store an HttpResponse in a cache.
HttpCacheEntrySerializer
           
HttpCacheStorage
           
HttpCacheUpdateCallback
           
HttpCacheUpdateException
          Signals that HttpCacheStorage encountered an error performing an update operation.
 

Classes in org.apache.http.client.cache used by org.apache.http.impl.client.cache.memcached
HttpCacheEntry
          Structure used to store an HttpResponse in a cache.
HttpCacheEntrySerializer
           
HttpCacheStorage
           
HttpCacheUpdateCallback
           
HttpCacheUpdateException
          Signals that HttpCacheStorage encountered an error performing an update operation.
 



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