| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
RequestBodyEntity.body(byte[] bodyBytes) |
RequestBodyEntity |
HttpRequestWithBody.body(byte[] body) |
RequestBodyEntity |
HttpRequestWithBody.body(org.json.JSONArray body) |
RequestBodyEntity |
RequestBodyEntity.body(JsonNode jsonBody) |
RequestBodyEntity |
HttpRequestWithBody.body(JsonNode body) |
RequestBodyEntity |
HttpRequestWithBody.body(org.json.JSONObject body) |
RequestBodyEntity |
HttpRequestWithBody.body(Object body) |
RequestBodyEntity |
RequestBodyEntity.body(String bodyAsString) |
RequestBodyEntity |
HttpRequestWithBody.body(String body) |
RequestBodyEntity |
RequestBodyEntity.charset(Charset charset) |
Copyright © 2019. All rights reserved.