Uses of Class
com.couchbase.client.java.http.HttpTarget
Packages that use HttpTarget
-
Uses of HttpTarget in com.couchbase.client.java.http
Methods in com.couchbase.client.java.http that return HttpTargetModifier and TypeMethodDescriptionstatic HttpTarget
HttpTarget.analytics()
static HttpTarget
HttpTarget.backup()
static HttpTarget
HttpTarget.eventing()
static HttpTarget
HttpTarget.manager()
static HttpTarget
HttpTarget.query()
static HttpTarget
HttpTarget.search()
HttpTarget.withNode
(NodeIdentifier node) Returns a copy of this target with the given node identifier.Methods in com.couchbase.client.java.http with parameters of type HttpTargetModifier and TypeMethodDescriptionAsyncCouchbaseHttpClient.delete
(HttpTarget target, HttpPath path) Issues a DELETE request with default options.AsyncCouchbaseHttpClient.delete
(HttpTarget target, HttpPath path, HttpDeleteOptions options) Issues a DELETE request with given options.CouchbaseHttpClient.delete
(HttpTarget target, HttpPath path) Issues a DELETE request with default options.CouchbaseHttpClient.delete
(HttpTarget target, HttpPath path, HttpDeleteOptions options) Issues a DELETE request with the given options.ReactiveCouchbaseHttpClient.delete
(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a DELETE request with default options.ReactiveCouchbaseHttpClient.delete
(HttpTarget target, HttpPath path, HttpDeleteOptions options) Returns a Mono that, when subscribed, issues a DELETE request with given options.AsyncCouchbaseHttpClient.get
(HttpTarget target, HttpPath path) Issues a GET request with default options (no query parameters).AsyncCouchbaseHttpClient.get
(HttpTarget target, HttpPath path, HttpGetOptions options) Issues a GET request with the given options.CouchbaseHttpClient.get
(HttpTarget target, HttpPath path) Issues a GET request with default options (no query parameters).CouchbaseHttpClient.get
(HttpTarget target, HttpPath path, HttpGetOptions options) Issues a GET request with the given options.ReactiveCouchbaseHttpClient.get
(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a GET request with default options (no query parameters).ReactiveCouchbaseHttpClient.get
(HttpTarget target, HttpPath path, HttpGetOptions options) Returns a Mono that, when subscribed, issues a GET request with the given options.AsyncCouchbaseHttpClient.patch
(HttpTarget target, HttpPath path) Issues a PATCH request with no body and default options.AsyncCouchbaseHttpClient.patch
(HttpTarget target, HttpPath path, HttpPatchOptions options) Issues a PATCH request with the given options.CouchbaseHttpClient.patch
(HttpTarget target, HttpPath path) Issues a PATCH request with no body and default options.CouchbaseHttpClient.patch
(HttpTarget target, HttpPath path, HttpPatchOptions options) Issues a PATCH request with the given options.ReactiveCouchbaseHttpClient.patch
(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a PATCH request with no body and default options.ReactiveCouchbaseHttpClient.patch
(HttpTarget target, HttpPath path, HttpPatchOptions options) Returns a Mono that, when subscribed, issues a PATCH request with the given options.AsyncCouchbaseHttpClient.post
(HttpTarget target, HttpPath path) Issues a POST request with no body and default options.AsyncCouchbaseHttpClient.post
(HttpTarget target, HttpPath path, HttpPostOptions options) Issues a POST request with the given options.CouchbaseHttpClient.post
(HttpTarget target, HttpPath path) Issues a POST request with no body and default options.CouchbaseHttpClient.post
(HttpTarget target, HttpPath path, HttpPostOptions options) Issues a POST request with the given options.ReactiveCouchbaseHttpClient.post
(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a POST request with no body and default options.ReactiveCouchbaseHttpClient.post
(HttpTarget target, HttpPath path, HttpPostOptions options) Returns a Mono that, when subscribed, issues a POST request with the given options.AsyncCouchbaseHttpClient.put
(HttpTarget target, HttpPath path) Issues a PUT request with no body and default options.AsyncCouchbaseHttpClient.put
(HttpTarget target, HttpPath path, HttpPutOptions options) Issues a PUT request with the given options.CouchbaseHttpClient.put
(HttpTarget target, HttpPath path) Issues a PUT request with no body and default options.CouchbaseHttpClient.put
(HttpTarget target, HttpPath path, HttpPutOptions options) Issues a PUT request with the given options.ReactiveCouchbaseHttpClient.put
(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a PUT request with no body and default options.ReactiveCouchbaseHttpClient.put
(HttpTarget target, HttpPath path, HttpPutOptions options) Returns a Mono that, when subscribed, issues a PUT request with the given options.