| Package | Description |
|---|---|
| com.mashape.unirest.request | |
| com.mashape.unirest.request.body |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse<JsonNode> |
BaseRequest.asJson() |
Future<HttpResponse<JsonNode>> |
BaseRequest.asJsonAsync() |
Future<HttpResponse<JsonNode>> |
BaseRequest.asJsonAsync(Callback<JsonNode> callback) |
| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
HttpRequestWithBody.body(JsonNode body) |
| Modifier and Type | Method and Description |
|---|---|
Future<HttpResponse<JsonNode>> |
BaseRequest.asJsonAsync(Callback<JsonNode> callback) |
| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
RequestBodyEntity.body(JsonNode body) |
Copyright © 2013. All rights reserved.