Package com.couchbase.client.java.http
Class NameValuePair
java.lang.Object
com.couchbase.client.java.http.NameValuePair
A name-value pair.
 
Used for specifying repeated query parameters / form properties.
- 
Constructor SummaryConstructorsConstructorDescriptionNameValuePair(String name, Object value) The name and value MUST NOT already be URL-encoded; they will be encoded automatically.
- 
Method Summary
- 
Constructor Details- 
NameValuePairThe name and value MUST NOT already be URL-encoded; they will be encoded automatically.
 
- 
- 
Method Details