程序包 com.volcengine
类 BaseClient
- java.lang.Object
-
- com.volcengine.BaseClient
-
-
构造器概要
构造器 构造器 说明 BaseClient()
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 com.squareup.okhttp.CallbuildCall(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)abstract com.squareup.okhttp.OkHttpClientgetOkHttpClient()
-
-
-
方法详细资料
-
buildCall
public com.squareup.okhttp.Call 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) throws ApiException
- 抛出:
ApiException
-
getOkHttpClient
public abstract com.squareup.okhttp.OkHttpClient getOkHttpClient()
-
-