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 CachingHttpClient.AsynchronousValidator |
CachingHttpClient.asynchRevalidator
Deprecated.
|
private CachingHttpClient.AsynchronousValidator |
CachingHttpClient.AsynchronousValidationRequest.parent |
Modifier and Type | Method and Description |
---|---|
private CachingHttpClient.AsynchronousValidator |
CachingHttpClient.makeAsynchronousValidator(CacheConfig config)
Deprecated.
|
Constructor and Description |
---|
AsynchronousValidationRequest(CachingHttpClient.AsynchronousValidator parent,
CachingHttpClient cachingClient,
org.apache.http.HttpHost target,
HttpRequestWrapper request,
org.apache.http.protocol.HttpContext context,
HttpCacheEntry cacheEntry,
java.lang.String identifier)
Used internally by
AsynchronousValidator to schedule a
revalidation. |