Uses of Interface
org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase.ScheduledExecutor
-
Packages that use CacheRevalidatorBase.ScheduledExecutor Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of CacheRevalidatorBase.ScheduledExecutor in org.apache.hc.client5.http.impl.cache
Classes in org.apache.hc.client5.http.impl.cache that implement CacheRevalidatorBase.ScheduledExecutor Modifier and Type Class Description (package private) static classDefaultAsyncCacheRevalidator.InternalScheduledExecutorFields in org.apache.hc.client5.http.impl.cache declared as CacheRevalidatorBase.ScheduledExecutor Modifier and Type Field Description private CacheRevalidatorBase.ScheduledExecutorDefaultAsyncCacheRevalidator.InternalScheduledExecutor. executorprivate CacheRevalidatorBase.ScheduledExecutorCacheRevalidatorBase. scheduledExecutorMethods in org.apache.hc.client5.http.impl.cache that return CacheRevalidatorBase.ScheduledExecutor Modifier and Type Method Description static CacheRevalidatorBase.ScheduledExecutorCacheRevalidatorBase. wrap(java.util.concurrent.ScheduledExecutorService executorService)
-