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 class
Fields in org.apache.hc.client5.http.impl.cache declared as CacheRevalidatorBase.ScheduledExecutorModifier and TypeFieldDescriptionprivate final CacheRevalidatorBase.ScheduledExecutor
DefaultAsyncCacheRevalidator.InternalScheduledExecutor.executor
private final CacheRevalidatorBase.ScheduledExecutor
CacheRevalidatorBase.scheduledExecutor
Methods 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 suppliedSchedulingStrategy
andCacheRevalidatorBase.ScheduledExecutor
.DefaultAsyncCacheRevalidator
(CacheRevalidatorBase.ScheduledExecutor scheduledExecutor, SchedulingStrategy schedulingStrategy) Create DefaultCacheRevalidator which will make ache revalidation requests using the suppliedSchedulingStrategy
andCacheRevalidatorBase.ScheduledExecutor
.DefaultCacheRevalidator
(CacheRevalidatorBase.ScheduledExecutor scheduledExecutor, SchedulingStrategy schedulingStrategy) Create DefaultCacheRevalidator which will make ache revalidation requests using the suppliedSchedulingStrategy
andCacheRevalidatorBase.ScheduledExecutor
.(package private)