Uses of Interface
org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase.ScheduledExecutor
Packages that use CacheRevalidatorBase.ScheduledExecutor
Package
Description
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.ScheduledExecutorModifier and TypeClassDescription(package private) static classFields in org.apache.hc.client5.http.impl.cache declared as CacheRevalidatorBase.ScheduledExecutorModifier and TypeFieldDescriptionprivate final CacheRevalidatorBase.ScheduledExecutorDefaultAsyncCacheRevalidator.InternalScheduledExecutor.executorprivate final CacheRevalidatorBase.ScheduledExecutorCacheRevalidatorBase.scheduledExecutorMethods in org.apache.hc.client5.http.impl.cache that return CacheRevalidatorBase.ScheduledExecutorModifier and TypeMethodDescriptionCacheRevalidatorBase.wrap(ScheduledExecutorService executorService) Constructors in org.apache.hc.client5.http.impl.cache with parameters of type CacheRevalidatorBase.ScheduledExecutorModifierConstructorDescriptionCacheRevalidatorBase(CacheRevalidatorBase.ScheduledExecutor scheduledExecutor, SchedulingStrategy schedulingStrategy) Create CacheValidator which will make ache revalidation requests using the suppliedSchedulingStrategyandCacheRevalidatorBase.ScheduledExecutor.DefaultAsyncCacheRevalidator(CacheRevalidatorBase.ScheduledExecutor scheduledExecutor, SchedulingStrategy schedulingStrategy) Create DefaultCacheRevalidator which will make ache revalidation requests using the suppliedSchedulingStrategyandCacheRevalidatorBase.ScheduledExecutor.DefaultCacheRevalidator(CacheRevalidatorBase.ScheduledExecutor scheduledExecutor, SchedulingStrategy schedulingStrategy) Create DefaultCacheRevalidator which will make ache revalidation requests using the suppliedSchedulingStrategyandCacheRevalidatorBase.ScheduledExecutor.(package private)