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 HttpBodyHttpBody.form(NameValuePair... data) Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static HttpBodyHttpBody.form(NameValuePairs data) Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static HttpBodyHttpBody.form(List<NameValuePair> data) Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static HttpBodyCreates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static HttpBodyHttpBody.json(byte[] json) Creates an HTTP body with content type "application/json" and the given content.static HttpBodyCreates 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