Uses of Interface
org.apache.hc.client5.http.schedule.SchedulingStrategy
Packages that use SchedulingStrategy
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
Commons scheduling strategy implementations.
-
Uses of SchedulingStrategy in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache with parameters of type SchedulingStrategyModifier and TypeMethodDescriptionCachingH2AsyncClientBuilder.setSchedulingStrategy(SchedulingStrategy schedulingStrategy) CachingHttpAsyncClientBuilder.setSchedulingStrategy(SchedulingStrategy schedulingStrategy) final CachingHttpClientBuilderCachingHttpClientBuilder.setSchedulingStrategy(SchedulingStrategy schedulingStrategy) -
Uses of SchedulingStrategy in org.apache.hc.client5.http.impl.schedule
Classes in org.apache.hc.client5.http.impl.schedule that implement SchedulingStrategyModifier and TypeClassDescriptionclassAn implementation that backs off exponentially based on the number of consecutive failed attempts.classImmediately schedules any operation.