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
APIExceptionIOExceptioncom.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> sendGet(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIExceptionIOExceptioncom.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> sendPost(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIExceptionIOExceptioncom.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> sendDelete(String apiUrl, Map<String,Object> allParams, APIContext context) throws APIException, IOException
APIExceptionIOExceptionCopyright © 2020. All rights reserved.