Class AsynchronousAsyncValidationRequest
java.lang.Object
org.apache.http.impl.client.cache.AsynchronousAsyncValidationRequest
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.http.client.cache.HttpCacheEntryprivate final CachingHttpAsyncClientprivate final org.apache.http.client.cache.HttpCacheContextprivate final Stringprivate final org.apache.commons.logging.Logprivate final AsynchronousAsyncValidatorprivate final org.apache.http.client.methods.HttpRequestWrapperprivate final org.apache.http.HttpHost -
Constructor Summary
ConstructorsConstructorDescriptionAsynchronousAsyncValidationRequest(AsynchronousAsyncValidator parent, CachingHttpAsyncClient cachingClient, org.apache.http.HttpHost target, org.apache.http.client.methods.HttpRequestWrapper request, org.apache.http.client.cache.HttpCacheContext clientContext, org.apache.http.client.cache.HttpCacheEntry cacheEntry, String identifier) Used internally byAsynchronousValidatorto schedule a revalidation. -
Method Summary
-
Field Details
-
parent
-
cachingAsyncClient
-
target
private final org.apache.http.HttpHost target -
request
private final org.apache.http.client.methods.HttpRequestWrapper request -
clientContext
private final org.apache.http.client.cache.HttpCacheContext clientContext -
cacheEntry
private final org.apache.http.client.cache.HttpCacheEntry cacheEntry -
identifier
-
log
private final org.apache.commons.logging.Log log
-
-
Constructor Details
-
AsynchronousAsyncValidationRequest
AsynchronousAsyncValidationRequest(AsynchronousAsyncValidator parent, CachingHttpAsyncClient cachingClient, org.apache.http.HttpHost target, org.apache.http.client.methods.HttpRequestWrapper request, org.apache.http.client.cache.HttpCacheContext clientContext, org.apache.http.client.cache.HttpCacheEntry cacheEntry, String identifier) Used internally byAsynchronousValidatorto schedule a revalidation.
-
-
Method Details
-
run
-
getIdentifier
String getIdentifier()
-