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