| Package | Description |
|---|---|
| com.mashape.unirest.http | |
| com.mashape.unirest.http.async | |
| com.mashape.unirest.request |
| Modifier and Type | Method and Description |
|---|---|
static <T> Future<HttpResponse<T>> |
HttpClientHelper.requestAsync(HttpRequest request,
Class<T> responseClass,
Callback<T> callback) |
| Constructor and Description |
|---|
RequestThread(HttpRequest httpRequest,
Class<T> responseClass,
Callback<T> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<HttpResponse<InputStream>> |
BaseRequest.asBinaryAsync(Callback<InputStream> callback) |
Future<HttpResponse<JsonNode>> |
BaseRequest.asJsonAsync(Callback<JsonNode> callback) |
Future<HttpResponse<String>> |
BaseRequest.asStringAsync(Callback<String> callback) |
Copyright © 2013. All rights reserved.