Uses of Class
com.couchbase.client.java.http.HttpGetOptions
-
Uses of HttpGetOptions in com.couchbase.client.java.http
Modifier and TypeMethodDescriptionstatic HttpGetOptions
HttpGetOptions.httpGetOptions()
HttpGetOptions.preEncodedQueryString
(String queryString) HttpGetOptions.queryString
(NameValuePair... values) HttpGetOptions.queryString
(List<NameValuePair> values) HttpGetOptions.queryString
(Map<String, ?> values) Modifier and TypeMethodDescriptionAsyncCouchbaseHttpClient.get
(HttpTarget target, HttpPath path, HttpGetOptions options) Issues a GET request with the given options.CouchbaseHttpClient.get
(HttpTarget target, HttpPath path, HttpGetOptions options) Issues a GET request with the given options.ReactiveCouchbaseHttpClient.get
(HttpTarget target, HttpPath path, HttpGetOptions options) Returns a Mono that, when subscribed, issues a GET request with the given options.