Package | Description |
---|---|
com.couchbase.client.java.http |
Modifier and Type | Method and Description |
---|---|
static NameValuePair |
NameValuePair.nv(String name,
Object value)
Static factory method with a concise name suitable for static import.
|
Modifier and Type | Method and Description |
---|---|
static 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 |
HttpGetOptions.queryString(NameValuePair... values) |
Modifier and Type | Method and Description |
---|---|
static 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 |
HttpGetOptions.queryString(List<NameValuePair> values) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.