Uses of Class
org.apache.http.client.cache.CacheResponseStatus
-
Packages that use CacheResponseStatus 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).org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching. -
-
Uses of CacheResponseStatus in org.apache.http.client.cache
Methods in org.apache.http.client.cache that return CacheResponseStatus Modifier and Type Method Description CacheResponseStatus
HttpCacheContext. getCacheResponseStatus()
static CacheResponseStatus
CacheResponseStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CacheResponseStatus[]
CacheResponseStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheResponseStatus in org.apache.http.impl.client.cache
Methods in org.apache.http.impl.client.cache with parameters of type CacheResponseStatus Modifier and Type Method Description private void
CachingExec. setResponseStatus(org.apache.http.protocol.HttpContext context, CacheResponseStatus value)
private void
CachingHttpClient. setResponseStatus(org.apache.http.protocol.HttpContext context, CacheResponseStatus value)
Deprecated.
-