C E G I O S 

C

CachingHttpAsyncClient - Class in org.apache.http.impl.client.cache
 
CachingHttpAsyncClient() - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(HttpAsyncClient) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(HttpAsyncClient, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(HttpAsyncClient, ResourceFactory, HttpCacheStorage, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
CachingHttpAsyncClient(HttpAsyncClient, HttpCacheStorage, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 

E

execute(HttpHost, HttpRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpUriRequest, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpUriRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 
execute(HttpHost, HttpRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
 

G

getCacheHits() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports the number of times that the cache successfully responded to an HttpRequest without contacting the origin server.
getCacheMisses() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports the number of times that the cache contacted the origin server because it had no appropriate response cached.
getCacheUpdates() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports the number of times that the cache was able to satisfy a response by revalidating an existing but stale cache entry.

I

isSharedCache() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports whether this CachingHttpClient is configured as a shared (public) or non-shared (private) cache.

O

org.apache.http.impl.client.cache - package org.apache.http.impl.client.cache
HTTP/1.1 client-side caching.

S

supportsRangeAndContentRangeHeaders() - Method in class org.apache.http.impl.client.cache.CachingHttpAsyncClient
Reports whether this CachingHttpClient implementation supports byte-range requests as specified by the Range and Content-Range headers.
C E G I O S 

Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.