| Package | Description |
|---|---|
| com.volcengine.service |
| Modifier and Type | Method and Description |
|---|---|
RawResponse |
IBaseService.json(String api,
List<org.apache.http.NameValuePair> params,
String body)
Json raw response.
|
RawResponse |
BaseServiceImpl.json(String api,
List<org.apache.http.NameValuePair> params,
String body) |
RawResponse |
IBaseService.post(String api,
List<org.apache.http.NameValuePair> params,
List<org.apache.http.NameValuePair> form)
Post raw response.
|
RawResponse |
BaseServiceImpl.post(String api,
List<org.apache.http.NameValuePair> query,
List<org.apache.http.NameValuePair> form) |
RawResponse |
IBaseService.proto(String api,
List<org.apache.http.NameValuePair> params,
Map<String,String> header,
byte[] body,
String compressType) |
RawResponse |
BaseServiceImpl.proto(String api,
List<org.apache.http.NameValuePair> params,
Map<String,String> header,
byte[] body,
String compressType) |
RawResponse |
IBaseService.query(String api,
List<org.apache.http.NameValuePair> params)
Query raw response.
|
RawResponse |
BaseServiceImpl.query(String api,
List<org.apache.http.NameValuePair> params) |
Copyright © 2023. All rights reserved.