| Package | Description |
|---|---|
| com.volcengine | |
| com.volcengine.auth | |
| com.volcengine.interceptor |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
InterceptorContext |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener,
boolean... isCommon)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener,
boolean... isCommon)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType,
boolean... isCommon)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
Map<String,Object> |
UniversalApi.doCall(UniversalRequest info,
Map<String,Object> input) |
ApiResponse<Map<String,Object>> |
UniversalApi.doCallWithHttpInfo(@NotNull UniversalRequest info,
@NotNull Map<String,Object> input) |
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType,
boolean... isCommon)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType,
boolean... isCommon)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialValue |
CredentialProvider.get() |
void |
Provider.refresh() |
void |
StsAssumeRoleProvider.refresh() |
CredentialValue |
Provider.retrieve() |
CredentialValue |
StsAssumeRoleProvider.retrieve() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorContext.buildRequest() |
InterceptorContext |
InterceptorChain.executeRequest(InterceptorContext context) |
InterceptorContext |
InterceptorChain.executeResponse(InterceptorContext context) |
InterceptorContext |
RequestInterceptor.intercept(InterceptorContext context) |
InterceptorContext |
SignRequestInterceptor.intercept(InterceptorContext context) |
InterceptorContext |
DeserializedResponseInterceptor.intercept(InterceptorContext context) |
InterceptorContext |
ResponseInterceptor.intercept(InterceptorContext context) |
InterceptorContext |
BuildRequestInterceptor.intercept(InterceptorContext context) |
InterceptorContext |
ResolveEndpointInterceptor.intercept(InterceptorContext context) |
Copyright © 2025. All rights reserved.