Uses of Class
org.apache.hc.client5.http.cache.CacheResponseStatus
-
Packages that use CacheResponseStatus Package Description org.apache.hc.client5.http.cache Caching APIs for both the classic and the asynchronous HTTP transports. -
-
Uses of CacheResponseStatus in org.apache.hc.client5.http.cache
Fields in org.apache.hc.client5.http.cache declared as CacheResponseStatus Modifier and Type Field Description private CacheResponseStatusHttpCacheContext. responseStatusMethods in org.apache.hc.client5.http.cache that return CacheResponseStatus Modifier and Type Method Description CacheResponseStatusHttpCacheContext.Delegate. getCacheResponseStatus()CacheResponseStatusHttpCacheContext. getCacheResponseStatus()Represents an outcome of the cache operation and the way the response has been generated.static CacheResponseStatusCacheResponseStatus. 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.Methods in org.apache.hc.client5.http.cache with parameters of type CacheResponseStatus Modifier and Type Method Description voidHttpCacheContext.Delegate. setCacheResponseStatus(CacheResponseStatus responseStatus)voidHttpCacheContext. setCacheResponseStatus(CacheResponseStatus responseStatus)
-