public static interface APIRequest.IAsyncRequestExecutor
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
execute(String method,
String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
sendDelete(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
sendGet(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
sendPost(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> execute(String method, String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIException
IOException
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> sendGet(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIException
IOException
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> sendPost(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIException
IOException
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> sendDelete(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIException
IOException
Copyright © 2023. All rights reserved.