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 class
DefaultAsyncCacheRevalidator.InternalScheduledExecutor
Fields in org.apache.hc.client5.http.impl.cache declared as CacheRevalidatorBase.ScheduledExecutor Modifier and Type Field Description private CacheRevalidatorBase.ScheduledExecutor
DefaultAsyncCacheRevalidator.InternalScheduledExecutor. executor
private CacheRevalidatorBase.ScheduledExecutor
CacheRevalidatorBase. scheduledExecutor
Methods in org.apache.hc.client5.http.impl.cache that return CacheRevalidatorBase.ScheduledExecutor Modifier and Type Method Description static CacheRevalidatorBase.ScheduledExecutor
CacheRevalidatorBase. wrap(java.util.concurrent.ScheduledExecutorService executorService)
-