|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchedulingStrategy | |
|---|---|
| org.apache.http.impl.client.cache | This package contains a cache module that can be used for HTTP/1.1 client-side caching. |
| Uses of SchedulingStrategy in org.apache.http.impl.client.cache |
|---|
| Classes in org.apache.http.impl.client.cache that implement SchedulingStrategy | |
|---|---|
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. |
| Methods in org.apache.http.impl.client.cache with parameters of type SchedulingStrategy | |
|---|---|
CachingHttpClientBuilder |
CachingHttpClientBuilder.setSchedulingStrategy(SchedulingStrategy schedulingStrategy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||