Uses of Class
org.apache.http.impl.client.cache.AsynchronousValidationRequest
-
Packages that use AsynchronousValidationRequest 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. -
-
Uses of AsynchronousValidationRequest in org.apache.http.impl.client.cache
Methods in org.apache.http.impl.client.cache with parameters of type AsynchronousValidationRequest Modifier and Type Method Description void
ExponentialBackOffSchedulingStrategy. schedule(AsynchronousValidationRequest revalidationRequest)
void
ImmediateSchedulingStrategy. schedule(AsynchronousValidationRequest revalidationRequest)
void
SchedulingStrategy. schedule(AsynchronousValidationRequest revalidationRequest)
Schedule anAsynchronousValidationRequest
to be executed.
-