| Package | Description |
|---|---|
| com.volcengine.service | |
| com.volcengine.service.cdn.impl | |
| com.volcengine.service.maas.v2.impl | |
| com.volcengine.service.sms.impl |
| Modifier and Type | Method and Description |
|---|---|
RawResponse |
BaseServiceImpl.json(String api,
List<org.apache.http.NameValuePair> params,
String body) |
RawResponse |
IBaseService.json(String api,
List<org.apache.http.NameValuePair> params,
String body)
Json raw response.
|
protected RawResponse |
BaseServiceImpl.makeRequest(String api,
SignableRequest request) |
RawResponse |
BaseServiceImpl.post(String api,
List<org.apache.http.NameValuePair> query,
List<org.apache.http.NameValuePair> form) |
RawResponse |
IBaseService.post(String api,
List<org.apache.http.NameValuePair> params,
List<org.apache.http.NameValuePair> form)
Post raw response.
|
RawResponse |
BaseServiceImpl.postFileMultiPart(String api,
List<org.apache.http.NameValuePair> fromData,
String dataName,
String fileName,
byte[] data) |
RawResponse |
BaseServiceImpl.proto(String api,
List<org.apache.http.NameValuePair> params,
Map<String,String> header,
byte[] body,
String compressType) |
RawResponse |
IBaseService.proto(String api,
List<org.apache.http.NameValuePair> params,
Map<String,String> header,
byte[] body,
String compressType) |
RawResponse |
BaseServiceImpl.query(String api,
List<org.apache.http.NameValuePair> params) |
RawResponse |
IBaseService.query(String api,
List<org.apache.http.NameValuePair> params)
Query raw response.
|
| Modifier and Type | Method and Description |
|---|---|
RawResponse |
CDNServiceImpl.requestProxy(String api,
Object body,
String... args) |
| Modifier and Type | Method and Description |
|---|---|
RawResponse |
MaasServiceImpl.json(String endpointId,
String api,
String reqId,
String body,
String apikey) |
protected RawResponse |
MaasServiceImpl.makeReq(String api,
SignableRequest request,
String apikey) |
| Modifier and Type | Method and Description |
|---|---|
ApplySignatureIdentResponse |
SmsServiceImpl.applySignatureIdentResponse(RawResponse response) |
BatchBindSignatureIdentResponse |
SmsServiceImpl.batchBindSignatureIdentResponse(RawResponse response) |
GetSignatureIdentListResponse |
SmsServiceImpl.getSignatureIdentListResponse(RawResponse response) |
Copyright © 2025. All rights reserved.