| Package | Description |
|---|---|
| cn.ucloud.common.client | |
| cn.ucloud.common.http |
| Modifier and Type | Field and Description |
|---|---|
protected UcloudConfig |
DefaultUcloudClient.config |
| Constructor and Description |
|---|
DefaultUcloudClient(UcloudConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Object |
UcloudHttp.doGet(BaseRequestParam param,
UcloudConfig config,
UcloudHandler handler,
Boolean... asyncFlag)
http get 请求
|
Object |
UcloudHttpImpl.doGet(BaseRequestParam param,
UcloudConfig config,
UcloudHandler handler,
Boolean... asyncFlag) |
Object |
UcloudRestHttp.doGet(BaseRestRequestParam param,
UcloudConfig config,
String restURL,
UcloudHandler handler,
Boolean... asyncFlag)
http get 请求
|
Object |
UcloudRestHttpImpl.doGet(BaseRestRequestParam param,
UcloudConfig config,
String restURL,
UcloudHandler handler,
Boolean... asyncFlag) |
Object |
UcloudHttp.doPost(BaseRequestParam param,
UcloudConfig config,
UcloudHandler handler,
Boolean... asyncFlag)
http post 请求
|
Object |
UcloudHttpImpl.doPost(BaseRequestParam param,
UcloudConfig config,
UcloudHandler handler,
Boolean... asyncFlag) |
Object |
UcloudRestHttp.doPost(BaseRestRequestParam param,
UcloudConfig config,
String restURL,
UcloudHandler handler,
Boolean... asyncFlag)
http post 请求
|
Object |
UcloudRestHttpImpl.doPost(BaseRestRequestParam param,
UcloudConfig config,
String restURL,
UcloudHandler handler,
Boolean... asyncFlag) |
Copyright © 2024. All rights reserved.