class AsynchronousAsyncValidationRequest
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private org.apache.http.client.cache.HttpCacheEntry |
cacheEntry |
private CachingHttpAsyncClient |
cachingAsyncClient |
private org.apache.http.client.cache.HttpCacheContext |
clientContext |
private java.lang.String |
identifier |
private org.apache.commons.logging.Log |
log |
private AsynchronousAsyncValidator |
parent |
private org.apache.http.client.methods.HttpRequestWrapper |
request |
private org.apache.http.HttpHost |
target |
Constructor and Description |
---|
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,
java.lang.String identifier)
Used internally by
AsynchronousValidator to schedule a
revalidation. |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getIdentifier() |
void |
run() |
private final AsynchronousAsyncValidator parent
private final CachingHttpAsyncClient cachingAsyncClient
private final org.apache.http.HttpHost target
private final org.apache.http.client.methods.HttpRequestWrapper request
private final org.apache.http.client.cache.HttpCacheContext clientContext
private final org.apache.http.client.cache.HttpCacheEntry cacheEntry
private final java.lang.String identifier
private final org.apache.commons.logging.Log log
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, java.lang.String identifier)
AsynchronousValidator
to schedule a
revalidation.