Package org.apache.http.impl.client.cache

Class Summary
BasicHttpCache Implements HttpCache using LinkedHashMap for backing store
CacheableRequestPolicy Determines if an HttpRequest is allowed to be served from the cache.
CachedHeaderGroup  
CachedHttpResponseGenerator Rebuilds an HttpResponse from a CacheEntry
CachedResponseSuitabilityChecker Determines whether a given CacheEntry is suitable to be used as a response for a given HttpRequest.
CacheEntry Structure used to store an HttpResponse in a cache
CacheEntryGenerator Generates a CacheEntry from a HttpResponse
CacheEntryUpdater Update a CacheEntry with new or updated information based on the latest 200 or 304 status responses from the Server.
CacheInvalidator Given a particular HttpRequest, flush any cache entries that this request would invalidate.
CachingHttpClient  
ConditionalRequestBuilder  
DefaultCacheEntrySerializer HttpCacheEntrySerializer implementation that uses the default (native) serialization.
HeaderConstants  
OptionsHttp11Response  
RequestProtocolCompliance  
ResponseCachingPolicy Determines if an HttpResponse can be cached.
ResponseProtocolCompliance  
SizeLimitedResponseReader  
URIExtractor  
 

Enum Summary
RequestProtocolError  
 



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