Package | Description |
---|---|
org.apache.http.impl.client.cache |
This package contains a cache module that can be used for HTTP/1.1
client-side caching.
|
Modifier and Type | Class and Description |
---|---|
class |
ExponentialBackOffSchedulingStrategy
An implementation that backs off exponentially based on the number of
consecutive failed attempts stored in the
AsynchronousValidationRequest . |
class |
ImmediateSchedulingStrategy
Immediately schedules any incoming validation request.
|
Modifier and Type | Field and Description |
---|---|
private SchedulingStrategy |
AsynchronousValidator.schedulingStrategy |
private SchedulingStrategy |
CachingHttpClientBuilder.schedulingStrategy |
Modifier and Type | Method and Description |
---|---|
private SchedulingStrategy |
CachingHttpClientBuilder.createSchedulingStrategy(CacheConfig config) |
Modifier and Type | Method and Description |
---|---|
CachingHttpClientBuilder |
CachingHttpClientBuilder.setSchedulingStrategy(SchedulingStrategy schedulingStrategy) |
Constructor and Description |
---|
AsynchronousValidator(SchedulingStrategy schedulingStrategy)
Create AsynchronousValidator which will make revalidation requests
using the supplied
SchedulingStrategy . |