Uses of Class
com.couchbase.client.java.http.HttpBody
Packages that use HttpBody
-
Uses of HttpBody in com.couchbase.client.java.http
Methods in com.couchbase.client.java.http that return HttpBodyModifier and TypeMethodDescriptionHttpPatchOptions.Built.body()
HttpPostOptions.Built.body()
HttpPutOptions.Built.body()
static HttpBody
HttpBody.form
(NameValuePair... data) Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static HttpBody
HttpBody.form
(NameValuePairs data) Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static HttpBody
HttpBody.form
(List<NameValuePair> data) Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static HttpBody
Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static HttpBody
HttpBody.json
(byte[] json) Creates an HTTP body with content type "application/json" and the given content.static HttpBody
Creates an HTTP body with content type "application/json" and the given content.Methods in com.couchbase.client.java.http with parameters of type HttpBodyModifier and TypeMethodDescription