Uses of Enum
org.apache.hc.client5.http.cache.CacheResponseStatus
Packages that use CacheResponseStatus
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
-
Uses of CacheResponseStatus in org.apache.hc.client5.http.cache
Subclasses with type arguments of type CacheResponseStatus in org.apache.hc.client5.http.cacheModifier and TypeClassDescriptionenumThis enumeration represents the various ways a response can be generated by an HTTP cache.Fields in org.apache.hc.client5.http.cache declared as CacheResponseStatusMethods in org.apache.hc.client5.http.cache that return CacheResponseStatusModifier and TypeMethodDescriptionHttpCacheContext.Delegate.getCacheResponseStatus()HttpCacheContext.getCacheResponseStatus()Represents an outcome of the cache operation and the way the response has been generated.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.Methods in org.apache.hc.client5.http.cache with parameters of type CacheResponseStatusModifier and TypeMethodDescriptionvoidHttpCacheContext.Delegate.setCacheResponseStatus(CacheResponseStatus responseStatus) voidHttpCacheContext.setCacheResponseStatus(CacheResponseStatus responseStatus)