Class AsynchronousValidationRequest
java.lang.Object
org.apache.http.impl.client.cache.AsynchronousValidationRequest
- All Implemented Interfaces:
Runnable
-
Method Summary
Modifier and TypeMethodDescriptionintThe number of consecutively failed revalidation attempts.voidrun()
-
Method Details
-
run
-
getIdentifier
-
getConsecutiveFailedAttempts
public int getConsecutiveFailedAttempts()The number of consecutively failed revalidation attempts.- Returns:
- the number of consecutively failed revalidation attempts.
-