com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.IAsyncRequestExecutor.execute(String method,
String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.DefaultAsyncRequestExecutor.execute(String method,
String apiUrl,
Map<String,Object> allParams,
APIContext context) |
protected com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.executeAsyncInternal() |
protected com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.executeAsyncInternal(Map<String,Object> extraParams) |
static com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.RequestHelper.invoke(okhttp3.OkHttpClient client,
okhttp3.Request request) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.IAsyncRequestExecutor.sendDelete(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.DefaultAsyncRequestExecutor.sendDelete(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.IAsyncRequestExecutor.sendGet(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.DefaultAsyncRequestExecutor.sendGet(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.IAsyncRequestExecutor.sendPost(String apiUrl,
Map<String,Object> allParams,
APIContext context) |
com.google.common.util.concurrent.ListenableFuture<APIRequest.ResponseWrapper> |
APIRequest.DefaultAsyncRequestExecutor.sendPost(String apiUrl,
Map<String,Object> allParams,
APIContext context) |