Uses of Class
org.apache.hc.client5.http.cache.HttpCacheContext
-
Packages that use HttpCacheContext Package Description org.apache.hc.client5.http.cache 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.cache Modifier and Type Class Description (package private) static classHttpCacheContext.DelegateInternal adaptor class that delegates all its method calls toHttpClientContext.Methods in org.apache.hc.client5.http.cache that return HttpCacheContext Modifier and Type Method Description static HttpCacheContextHttpCacheContext. adapt(org.apache.hc.core5.http.protocol.HttpContext context)Deprecated.HttpCacheContextCacheContextBuilder. 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()
-