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 HttpTargetHttpTarget.analytics()static HttpTargetHttpTarget.backup()static HttpTargetHttpTarget.eventing()static HttpTargetHttpTarget.manager()static HttpTargetHttpTarget.query()static HttpTargetHttpTarget.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.reactor.core.publisher.Mono<HttpResponse> ReactiveCouchbaseHttpClient.delete(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a DELETE request with default options.reactor.core.publisher.Mono<HttpResponse> 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.reactor.core.publisher.Mono<HttpResponse> ReactiveCouchbaseHttpClient.get(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a GET request with default options (no query parameters).reactor.core.publisher.Mono<HttpResponse> 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.reactor.core.publisher.Mono<HttpResponse> ReactiveCouchbaseHttpClient.patch(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a PATCH request with no body and default options.reactor.core.publisher.Mono<HttpResponse> 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.reactor.core.publisher.Mono<HttpResponse> ReactiveCouchbaseHttpClient.post(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a POST request with no body and default options.reactor.core.publisher.Mono<HttpResponse> 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.reactor.core.publisher.Mono<HttpResponse> ReactiveCouchbaseHttpClient.put(HttpTarget target, HttpPath path) Returns a Mono that, when subscribed, issues a PUT request with no body and default options.reactor.core.publisher.Mono<HttpResponse> ReactiveCouchbaseHttpClient.put(HttpTarget target, HttpPath path, HttpPutOptions options) Returns a Mono that, when subscribed, issues a PUT request with the given options.