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, asBytes, asBytesAsync, asBytesAsync, asEmpty, asEmptyAsync, asEmptyAsync, asFile, asFileAsync, asFileAsync, asJson, asJsonAsync, asJsonAsync, asObject, asObject, asObject, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asPaged, asString, asStringAsync, asStringAsync, basicAuth, connectTimeout, getBody, getConnectTimeout, getHeaders, getHttpMethod, getProxy, getSocketTimeout, getUrl, header, headerReplace, headers, proxy, queryString, queryString, queryString, responseEncoding, routeParam, routeParam, socketTimeout, thenConsume, thenConsumeAsync, toSummary, withObjectMappergetCharset, getMode, getMonitor, isEntityBody, isMultiPart, multiParts, uniPartRequestBodyEntity body(byte[] bodyBytes)
RequestBodyEntity body(String bodyAsString)
RequestBodyEntity body(JsonNode jsonBody)
RequestBodyEntity charset(Charset charset)
Copyright © 2019. All rights reserved.