Uses of Class
com.couchbase.client.java.http.NameValuePair
-
Uses of NameValuePair in com.couchbase.client.java.http
Modifier and TypeMethodDescriptionstatic NameValuePair
Static factory method with a concise name suitable for static import.Modifier and TypeMethodDescriptionstatic HttpBody
HttpBody.form
(NameValuePair... data) Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static NameValuePairs
NameValuePairs.of
(NameValuePair... pairs) Returns a new instance that may have repeated names (for example, "number=1&number=2").HttpGetOptions.queryString
(NameValuePair... values) Modifier and TypeMethodDescriptionstatic HttpBody
HttpBody.form
(List<NameValuePair> data) Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.static NameValuePairs
NameValuePairs.of
(List<NameValuePair> pairs) Returns a new instance that may have repeated names (for example, "number=1&number=2").HttpGetOptions.queryString
(List<NameValuePair> values)