| Package | Description | 
|---|---|
| org.apache.http.client.cache | 
 
This package consists largely of constants and interfaces that are
necessary for building new storage backends for the
 
CachingHttpClient or for
those clients wanting to get a little more behavioral information
out of the cache module (for example, whether a particular response
was a cache hit or not). | 
| org.apache.http.client.protocol | 
 Client specific HTTP protocol handlers. 
 | 
| org.apache.http.impl.client.cache | 
 
This package contains a cache module that can be used for HTTP/1.1
client-side caching. 
 | 
| org.apache.http.impl.execchain | 
 HTTP request execution chain APIs. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpCacheContext  | 
| Modifier and Type | Method and Description | 
|---|---|
static HttpClientContext | 
HttpClientContext.adapt(org.apache.http.protocol.HttpContext context)  | 
static HttpClientContext | 
HttpClientContext.create()  | 
| Modifier and Type | Method and Description | 
|---|---|
CloseableHttpResponse | 
CachingExec.execute(HttpRoute route,
       HttpRequestWrapper request,
       HttpClientContext context)  | 
CloseableHttpResponse | 
CachingExec.execute(HttpRoute route,
       HttpRequestWrapper request,
       HttpClientContext context,
       HttpExecutionAware execAware)  | 
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.