Uses of Class
org.apache.http.impl.client.cache.AsynchronousValidationRequest
Packages that use AsynchronousValidationRequest
Package
Description
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 AsynchronousValidationRequestModifier and TypeMethodDescriptionvoid
ExponentialBackOffSchedulingStrategy.schedule
(AsynchronousValidationRequest revalidationRequest) void
ImmediateSchedulingStrategy.schedule
(AsynchronousValidationRequest revalidationRequest) void
SchedulingStrategy.schedule
(AsynchronousValidationRequest revalidationRequest) Schedule anAsynchronousValidationRequest
to be executed.