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