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 voidExponentialBackOffSchedulingStrategy. schedule(AsynchronousValidationRequest revalidationRequest)voidImmediateSchedulingStrategy. schedule(AsynchronousValidationRequest revalidationRequest)voidSchedulingStrategy. schedule(AsynchronousValidationRequest revalidationRequest)Schedule anAsynchronousValidationRequestto be executed.
-