Uses of Class
com.couchbase.client.java.http.HttpResponse
-
Uses of HttpResponse in com.couchbase.client.java.http
Modifier and TypeMethodDescriptionCouchbaseHttpClient.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.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.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.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.Modifier 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.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.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.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.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.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.