public interface RequestBodyEntity extends HttpRequest<RequestBodyEntity>, Body
| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
body(byte[] bodyBytes) |
RequestBodyEntity |
body(JsonNode jsonBody) |
RequestBodyEntity |
body(String bodyAsString) |
RequestBodyEntity |
charset(Charset charset) |
accept, asBinary, asBinaryAsync, asBinaryAsync, asEmpty, asEmptyAsync, asEmptyAsync, asFile, asFileAsync, asFileAsync, asJson, asJsonAsync, asJsonAsync, asObject, asObject, asObject, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asPaged, asString, asStringAsync, asStringAsync, basicAuth, getBody, getHeaders, getHttpMethod, getUrl, header, headerReplace, headers, queryString, queryString, queryString, responseEncoding, routeParam, thenConsume, thenConsumeAsync, withObjectMapperRequestBodyEntity body(byte[] bodyBytes)
RequestBodyEntity body(String bodyAsString)
RequestBodyEntity body(JsonNode jsonBody)
RequestBodyEntity charset(Charset charset)
Copyright © 2019. All rights reserved.