Uses of Class
com.couchbase.client.java.http.NameValuePairs
-
Uses of NameValuePairs in com.couchbase.client.java.http
Modifier and TypeMethodDescriptionstatic NameValuePairs
NameValuePairs.of
(NameValuePair... pairs) Returns a new instance that may have repeated names (for example, "number=1&number=2").static NameValuePairs
NameValuePairs.of
(List<NameValuePair> pairs) Returns a new instance that may have repeated names (for example, "number=1&number=2").static NameValuePairs
Returns a new instance using the entries of the given map in the map's iteration order.static NameValuePairs
NameValuePairs.ofPreEncoded
(String preEncoded) Returns an instance that uses the given string as-is.Modifier and TypeMethodDescriptionstatic HttpBody
HttpBody.form
(NameValuePairs data) Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.