Package | Description |
---|---|
org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
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 |
Modifier and Type | Method and Description |
---|---|
static HttpRequestWrapper |
HttpRequestWrapper.wrap(HttpRequest request) |
Modifier and Type | Method and Description |
---|---|
CloseableHttpResponse |
CachingExec.execute(HttpRoute route,
HttpRequestWrapper request) |
CloseableHttpResponse |
CachingExec.execute(HttpRoute route,
HttpRequestWrapper request,
HttpClientContext context) |
CloseableHttpResponse |
CachingExec.execute(HttpRoute route,
HttpRequestWrapper request,
HttpClientContext context,
HttpExecutionAware execAware) |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.