| Package | Description |
|---|---|
| com.couchbase.client.core.endpoint.http | |
| com.couchbase.client.core.util |
| Modifier and Type | Method and Description |
|---|---|
static CoreHttpPath |
CoreHttpPath.path(String template) |
static CoreHttpPath |
CoreHttpPath.path(String template,
Map<String,String> params) |
CoreHttpPath |
CoreHttpPath.plus(CoreHttpPath subpath)
Returns a new path built by appending the given subpath to this path.
|
CoreHttpPath |
CoreHttpPath.plus(String subpath)
Returns a new path built by appending the given subpath to this path.
|
CoreHttpPath |
CoreHttpPath.plus(String subpathTemplate,
Map<String,String> subpathParams)
Returns a new path built by appending the given subpath template
and parameters to this path.
|
| Modifier and Type | Method and Description |
|---|---|
static CoreHttpRequest.Builder |
CoreHttpRequest.builder(CoreCommonOptions options,
CoreContext coreContext,
com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
CoreHttpPath path,
RequestTarget target) |
CoreHttpRequest.Builder |
CoreHttpClient.delete(CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpRequest.Builder |
CoreHttpClient.get(CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpRequest.Builder |
CoreHttpClient.newRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpRequest.Builder |
CoreHttpClient.patch(CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpPath |
CoreHttpPath.plus(CoreHttpPath subpath)
Returns a new path built by appending the given subpath to this path.
|
CoreHttpRequest.Builder |
CoreHttpClient.post(CoreHttpPath path,
CoreCommonOptions options) |
CoreHttpRequest.Builder |
CoreHttpClient.put(CoreHttpPath path,
CoreCommonOptions options) |
| Constructor and Description |
|---|
Builder(CoreCommonOptions options,
CoreContext coreContext,
RequestTarget target,
com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method,
CoreHttpPath path) |
| Modifier and Type | Method and Description |
|---|---|
static CoreHttpPath |
ConsistencyUtil.pathForBucket(String name) |
static CoreHttpPath |
ConsistencyUtil.pathForDesignDocument(String bucketName,
String designDocument) |
static CoreHttpPath |
ConsistencyUtil.pathForGroup(String name) |
static CoreHttpPath |
ConsistencyUtil.pathForSearchIndex(String indexName) |
static CoreHttpPath |
ConsistencyUtil.pathForUser(String domain,
String name) |
static CoreHttpPath |
ConsistencyUtil.pathForView(String bucketName,
String designDocument,
String viewName) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.