Uses of Class
com.couchbase.client.java.http.HttpGetOptions
Packages that use HttpGetOptions
-
Uses of HttpGetOptions in com.couchbase.client.java.http
Methods in com.couchbase.client.java.http that return HttpGetOptionsModifier and TypeMethodDescriptionstatic HttpGetOptionsHttpGetOptions.httpGetOptions()HttpGetOptions.preEncodedQueryString(String queryString) HttpGetOptions.queryString(NameValuePair... values) HttpGetOptions.queryString(List<NameValuePair> values) HttpGetOptions.queryString(Map<String, ?> values) Methods in com.couchbase.client.java.http with parameters of type HttpGetOptionsModifier 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.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.