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