-
Methods in com.couchbase.client.core.endpoint.http with parameters of type CoreHttpPath
Modifier and Type |
Method |
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.post(CoreHttpPath path,
CoreCommonOptions options) |
|
CoreHttpRequest.Builder |
CoreHttpClient.put(CoreHttpPath path,
CoreCommonOptions options) |
|