Package | Description |
---|---|
org.apache.hc.client5.http.impl.cache |
Caching API implementation for both the classic and
the asynchronous HTTP transports.
|
org.apache.hc.client5.http.impl.schedule |
Commons scheduling strategy implementations.
|
Modifier and Type | Method and Description |
---|---|
CachingH2AsyncClientBuilder |
CachingH2AsyncClientBuilder.setSchedulingStrategy(SchedulingStrategy schedulingStrategy) |
CachingHttpAsyncClientBuilder |
CachingHttpAsyncClientBuilder.setSchedulingStrategy(SchedulingStrategy schedulingStrategy) |
CachingHttpClientBuilder |
CachingHttpClientBuilder.setSchedulingStrategy(SchedulingStrategy schedulingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
ExponentialBackOffSchedulingStrategy
An implementation that backs off exponentially based on the number of
consecutive failed attempts.
|
class |
ImmediateSchedulingStrategy
Immediately schedules any operation.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.