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.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of CacheResponseStatus in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache that return CacheResponseStatusModifier and TypeMethodDescriptionHttpCacheContext.getCacheResponseStatus()
static CacheResponseStatus
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.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache with parameters of type CacheResponseStatusModifier and TypeMethodDescription(package private) void
CachingExecBase.setResponseStatus
(org.apache.hc.core5.http.protocol.HttpContext context, CacheResponseStatus value)