Uses of Interface
kong.unirest.core.RequestBodyEntity
Packages that use RequestBodyEntity
-
Uses of RequestBodyEntity in kong.unirest.core
Classes in kong.unirest.core that implement RequestBodyEntitySubclasses with type arguments of type RequestBodyEntity in kong.unirest.coreSubinterfaces with type arguments of type RequestBodyEntity in kong.unirest.coreMethods in kong.unirest.core that return RequestBodyEntityModifier and TypeMethodDescriptionHttpRequestBody.body(byte[] body) HttpRequestBody.body(InputStream body) HttpRequestBody.body(JSONElement body) Sugar method for body operationHttpRequestUniBody.body(byte[] bodyBytes) HttpRequestUniBody.body(InputStream inputStreamBody) HttpRequestUniBody.body(JSONElement jsonBody) HttpRequestWithBody.body(byte[] body) Set a byte array as the body of the requestHttpRequestWithBody.body(InputStream body) Set a InputStream as the bodySet a Object as the body of the request.Set a String as the body of the requestHttpRequestWithBody.body(JSONElement body) Set JSON on the bodySet JSON on the bodyRequestBodyEntity.body(byte[] bodyBytes) Set a byte array as the body of the requestRequestBodyEntity.body(InputStream body) Set a InputStream as the bodySet a Object as the body of the request.Set a String as the body of the requestRequestBodyEntity.body(JSONElement body) Set JSON on the bodySet JSON on the bodySet the Charset encoding for the Content-Type.HttpRequestUniBody.contentType(String type) RequestBodyEntity.contentType(String type) default RequestBodyEntityRequestBodyEntity.noCharset()Removes any Charset for the Content-Type for when servers cannot process it.HttpRequestUniBody.uploadMonitor(ProgressMonitor progressMonitor) RequestBodyEntity.uploadMonitor(ProgressMonitor monitor) Set a Progress upload monitor suitable for drawing progress bars and whatnot.