Uses of Class
org.apache.hc.client5.http.cache.HttpCacheContext
Packages that use HttpCacheContext
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
-
Uses of HttpCacheContext in org.apache.hc.client5.http.cache
Subclasses of HttpCacheContext in org.apache.hc.client5.http.cacheModifier and TypeClassDescription(package private) static classInternal adaptor class that delegates all its method calls toHttpClientContext.Subclasses with type arguments of type HttpCacheContext in org.apache.hc.client5.http.cacheMethods in org.apache.hc.client5.http.cache that return HttpCacheContextModifier and TypeMethodDescriptionstatic HttpCacheContextHttpCacheContext.adapt(org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.CacheContextBuilder.build()static HttpCacheContextHttpCacheContext.cast(org.apache.hc.core5.http.protocol.HttpContext context) Casts the given genericHttpContextasHttpCacheContextor throws anIllegalStateExceptionif the given context is not suitable.static HttpCacheContextHttpCacheContext.castOrCreate(org.apache.hc.core5.http.protocol.HttpContext context) Casts the given genericHttpContextasHttpCacheContextor creates newHttpCacheContextif the given context is null..static HttpCacheContextHttpCacheContext.create()protected HttpCacheContextCacheContextBuilder.createContext()
HttpCacheContext.castOrCreate(HttpContext).