| Package | Description |
|---|---|
| org.apache.http.impl.client.cache |
HTTP/1.1 client-side caching.
|
| Modifier and Type | Field and Description |
|---|---|
private AsynchronousAsyncValidator |
CachingHttpAsyncClient.asynchAsyncRevalidator |
private AsynchronousAsyncValidator |
AsynchronousAsyncValidationRequest.parent |
| Modifier and Type | Method and Description |
|---|---|
private AsynchronousAsyncValidator |
CachingHttpAsyncClient.makeAsynchronousValidator(org.apache.http.impl.client.cache.CacheConfig config) |
| 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. |