| 接口 | 说明 |
|---|---|
| Callback<T> |
Http callback.
|
| HttpClientFactory |
http Client Factory.
|
| NAsyncHttpClient |
Nacos async http client interface.
|
| NHttpClient |
Nacos http client interface.
|
| NSyncHttpClient |
Nacos sync http client.
|
| 类 | 说明 |
|---|---|
| AbstractHttpClientFactory |
AbstractHttpClientFactory Let the creator only specify the http client config.
|
| BaseHttpClient |
Base http client.
|
| BaseHttpClient.HttpGetWithEntity | |
| DefaultHttpClientFactory |
default http client factory.
|
| HttpClientBeanHolder |
Create a rest template to ensure that each custom client config and rest template are in one-to-one correspondence.
|
| HttpClientConfig |
http client config build.
|
| HttpClientConfig.HttpClientConfigBuilder | |
| HttpClientManager |
Use the same HttpClient object in the same space.
|
| HttpRestResult<T> |
Http RestResult.
|
| HttpUtils |
Http utils.
|
| 枚举 | 说明 |
|---|---|
| BaseHttpMethod |
Base http method.
|
Copyright © 2018–2020 Alibaba Group. All rights reserved.