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, 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, withObjectMapper
getCharset, getMode, getMonitor, isEntityBody, isMultiPart, multiParts, uniPart
RequestBodyEntity body(byte[] bodyBytes)
RequestBodyEntity body(String bodyAsString)
RequestBodyEntity body(JsonNode jsonBody)
RequestBodyEntity charset(Charset charset)
Copyright © 2019. All rights reserved.