Uses of Enum
org.apache.http.client.cache.CacheResponseStatus
Packages that use CacheResponseStatus
Package
Description
This package consists largely of constants and interfaces that are
necessary for building new storage backends for the
CachingHttpClient 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 CacheResponseStatus in org.apache.http.client.cache
Subclasses with type arguments of type CacheResponseStatus in org.apache.http.client.cacheModifier and TypeClassDescriptionenumThis enumeration represents the various ways a response can be generated by theCachingHttpClient; if a request is executed with anHttpContextthen a parameter with one of these values will be registered in the context under the keyCachingHttpClient.CACHE_RESPONSE_STATUS.Methods in org.apache.http.client.cache that return CacheResponseStatusModifier and TypeMethodDescriptionHttpCacheContext.getCacheResponseStatus()static CacheResponseStatusReturns 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.