Package | Description |
---|---|
org.apache.http.client.utils |
Client utility classes.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
Modifier and Type | Method and Description |
---|---|
static void |
HttpClientUtils.closeQuietly(CloseableHttpResponse response)
Unconditionally close a response.
|
Modifier and Type | Method and Description |
---|---|
protected CloseableHttpResponse |
AbstractHttpClient.doExecute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
Deprecated.
|
protected abstract CloseableHttpResponse |
CloseableHttpClient.doExecute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
CloseableHttpResponse |
CloseableHttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request)
Executes HTTP request using the default context.
|
CloseableHttpResponse |
CloseableHttpClient.execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
Executes HTTP request using the given context.
|
CloseableHttpResponse |
CloseableHttpClient.execute(HttpUriRequest request)
Executes HTTP request using the default context.
|
CloseableHttpResponse |
CloseableHttpClient.execute(HttpUriRequest request,
org.apache.http.protocol.HttpContext context)
Executes HTTP request using the given context.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.