Package | Description |
---|---|
com.couchbase.client.java.cluster.api |
Modifier and Type | Method and Description |
---|---|
Form |
Form.add(String paramName,
String paramValue)
Add a parameter entry to the
Form . |
static Form |
Form.create()
Create an empty
Form . |
Modifier and Type | Method and Description |
---|---|
AsyncRestBuilder |
AsyncRestBuilder.bodyForm(Form form)
Sets the body for the request to be an url-encoded form.
|
RestBuilder |
RestBuilder.bodyForm(Form form)
Sets the body for the request to be an url-encoded form.
|
Copyright © 2015 Couchbase, Inc.