Uses of Class
org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Packages that use CachingExecBase Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CachingExecBase in org.apache.hc.client5.http.impl.cache
Subclasses of CachingExecBase in org.apache.hc.client5.http.impl.cache Modifier and Type Class Description (package private) class
AsyncCachingExec
Request executor in the request execution chain that is responsible for transparent client-side caching.(package private) class
CachingExec
Request executor in the request execution chain that is responsible for transparent client-side caching.
-