| Package | Description |
|---|---|
| com.volcengine | |
| com.volcengine.auth | |
| com.volcengine.interceptor | |
| com.volcengine.sign |
| Modifier and Type | Method and Description |
|---|---|
List<Pair> |
ApiClient.parameterToPair(String name,
Object value)
Formats the specified query parameter to a list containing a single
Pair object. |
List<Pair> |
ApiClient.parameterToPairs(String collectionFormat,
String name,
Collection value)
Formats the specified collection query parameters to a list of
Pair objects. |
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo |
ApiClient.addPairAndGetServiceInfo(String path,
List<Pair> queryParams,
Map<String,String> headerParams) |
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.
|
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.
|
void |
ApiClient.buildQueryParams(String path,
StringBuilder url,
List<Pair> queryParams) |
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.
|
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.
|
void |
ApiClient.buildSimpleRequest(Object body,
List<Pair> queryParams,
Map<String,String> headerParams,
StringBuilder builder,
com.squareup.okhttp.FormEncodingBuilder formBuilder,
String chain,
boolean... isCommon) |
String |
ApiClient.buildUrl(String path,
List<Pair> queryParams,
List<Pair> collectionQueryParams)
Build full URL by concatenating base path, the given sub path and query parameters.
|
String |
ApiClient.buildUrl(String path,
List<Pair> queryParams,
List<Pair> collectionQueryParams)
Build full URL by concatenating base path, the given sub path and query parameters.
|
void |
ApiClient.updateParamsForAuth(String[] authNames,
List<Pair> queryParams,
Map<String,String> headerParams)
Update query and header parameters based on authentication settings.
|
void |
ApiClient.updateParamsForAuth(String[] authNames,
List<Pair> queryParams,
Map<String,String> headerParams,
ServiceInfo serviceInfo,
String payload) |
void |
ApiClient.updateQueryParams(List<Pair> queryParams,
String[] param) |
| Modifier and Type | Method and Description |
|---|---|
void |
Authentication.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
String payload)
Apply authentication settings to header and query params.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pair> |
InterceptorContext.copy(List<Pair> list) |
List<Pair> |
InitInterceptorContext.getCollectionQueryParams() |
List<Pair> |
RequestInterceptorContext.getQueryParams() |
List<Pair> |
InitInterceptorContext.getQueryParams() |
| Modifier and Type | Method and Description |
|---|---|
InitInterceptorContext.Builder |
InitInterceptorContext.Builder.collectionQueryParams(List<Pair> collectionQueryParams) |
List<Pair> |
InterceptorContext.copy(List<Pair> list) |
InitInterceptorContext.Builder |
InitInterceptorContext.Builder.queryParams(List<Pair> queryParams) |
void |
InitInterceptorContext.setCollectionQueryParams(List<Pair> collectionQueryParams) |
void |
RequestInterceptorContext.setQueryParams(List<Pair> queryParams) |
void |
InitInterceptorContext.setQueryParams(List<Pair> queryParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
VolcstackSign.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
String payload) |
Copyright © 2025. All rights reserved.