HttpClientRequest@Deprecated public abstract class BaseHttpClient extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BaseHttpClient.HttpGetWithEntity
已过时。
|
| 构造器和说明 |
|---|
BaseHttpClient()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.apache.http.client.methods.HttpRequestBase |
build(String url,
Header header,
Object body,
String method)
已过时。
|
protected org.apache.http.client.methods.HttpRequestBase |
build(String url,
Header header,
String method)
已过时。
|
protected String |
buildUrl(String baseUrl,
Query query)
已过时。
|
protected <T> void |
execute(org.apache.http.impl.nio.client.CloseableHttpAsyncClient httpAsyncClient,
Type type,
Callback<T> callback,
org.apache.http.client.methods.HttpUriRequest request)
已过时。
|
protected <T> RestResult<T> |
execute(org.apache.http.impl.client.CloseableHttpClient httpClient,
Type type,
org.apache.http.client.methods.HttpUriRequest request)
已过时。
|
protected <T> RestResult<T> execute(org.apache.http.impl.client.CloseableHttpClient httpClient, Type type, org.apache.http.client.methods.HttpUriRequest request) throws Exception
Exceptionprotected <T> void execute(org.apache.http.impl.nio.client.CloseableHttpAsyncClient httpAsyncClient,
Type type,
Callback<T> callback,
org.apache.http.client.methods.HttpUriRequest request)
protected org.apache.http.client.methods.HttpRequestBase build(String url, Header header, String method) throws Exception
ExceptionCopyright © 2018–2020 Alibaba Group. All rights reserved.