Uses of Class
org.apache.http.client.cache.HttpCacheContext
-
Packages that use HttpCacheContext Package Description org.apache.http.client.cache This package consists largely of constants and interfaces that are necessary for building new storage backends for theCachingHttpClient
or for those clients wanting to get a little more behavioral information out of the cache module (for example, whether a particular response was a cache hit or not). -
-
Uses of HttpCacheContext in org.apache.http.client.cache
Methods in org.apache.http.client.cache that return HttpCacheContext Modifier and Type Method Description static HttpCacheContext
HttpCacheContext. adapt(org.apache.http.protocol.HttpContext context)
static HttpCacheContext
HttpCacheContext. create()
-