public abstract class CloudBeesClient extends Object
| Constructor and Description |
|---|
CloudBeesClient() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract com.ning.http.client.ListenableFuture<com.ning.http.client.Response> |
executeRequest(String apiMethod,
Map<String,String> apiMethodParams,
com.ning.http.client.BodyGenerator body) |
abstract <T> com.ning.http.client.ListenableFuture<T> |
executeRequest(String apiMethod,
Map<String,String> apiMethodParams,
com.ning.http.client.BodyGenerator body,
com.ning.http.client.AsyncHandler<T> handler) |
abstract com.ning.http.client.ListenableFuture<com.ning.http.client.Response> |
executeRequest(String method,
String apiMethod,
Map<String,String> apiMethodParams) |
abstract <T> com.ning.http.client.ListenableFuture<T> |
executeRequest(String method,
String apiMethod,
Map<String,String> apiMethodParams,
com.ning.http.client.AsyncHandler<T> handler) |
com.ning.http.client.ListenableFuture<Map<String,String>> |
getApplicationsStatuses() |
com.ning.http.client.ListenableFuture<Map<String,String>> |
getApplicationsStatuses(String accountName) |
public abstract void close()
public abstract com.ning.http.client.ListenableFuture<com.ning.http.client.Response> executeRequest(String method, String apiMethod, Map<String,String> apiMethodParams) throws IOException
IOExceptionpublic abstract <T> com.ning.http.client.ListenableFuture<T> executeRequest(String method, String apiMethod, Map<String,String> apiMethodParams, com.ning.http.client.AsyncHandler<T> handler) throws IOException
IOExceptionpublic abstract com.ning.http.client.ListenableFuture<com.ning.http.client.Response> executeRequest(String apiMethod, Map<String,String> apiMethodParams, com.ning.http.client.BodyGenerator body) throws IOException
IOExceptionpublic abstract <T> com.ning.http.client.ListenableFuture<T> executeRequest(String apiMethod, Map<String,String> apiMethodParams, com.ning.http.client.BodyGenerator body, com.ning.http.client.AsyncHandler<T> handler) throws IOException
IOExceptionpublic com.ning.http.client.ListenableFuture<Map<String,String>> getApplicationsStatuses() throws IOException
IOExceptionpublic com.ning.http.client.ListenableFuture<Map<String,String>> getApplicationsStatuses(String accountName) throws IOException
IOExceptionCopyright © 2004-2014. All Rights Reserved.