| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private CachingExec |
AsynchronousValidationRequest.cachingExec |
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousValidator.revalidateCacheEntry(CachingExec cachingExec,
HttpRoute route,
HttpRequestWrapper request,
HttpClientContext context,
HttpExecutionAware execAware,
HttpCacheEntry entry)
Schedules an asynchronous revalidation
|
| Constructor and Description |
|---|
AsynchronousValidationRequest(AsynchronousValidator parent,
CachingExec cachingExec,
HttpRoute route,
HttpRequestWrapper request,
HttpClientContext context,
HttpExecutionAware execAware,
HttpCacheEntry cacheEntry,
java.lang.String identifier,
int consecutiveFailedAttempts)
Used internally by
AsynchronousValidator to schedule a
revalidation. |