Uses of Class
com.couchbase.client.java.http.HttpGetOptions
-
Packages that use HttpGetOptions Package Description com.couchbase.client.java.http -
-
Uses of HttpGetOptions in com.couchbase.client.java.http
Methods in com.couchbase.client.java.http that return HttpGetOptions Modifier and Type Method Description static HttpGetOptionsHttpGetOptions. httpGetOptions()HttpGetOptionsHttpGetOptions. preEncodedQueryString(String queryString)HttpGetOptionsHttpGetOptions. queryString(NameValuePair... values)HttpGetOptionsHttpGetOptions. queryString(List<NameValuePair> values)HttpGetOptionsHttpGetOptions. queryString(Map<String,?> values)Methods in com.couchbase.client.java.http with parameters of type HttpGetOptions Modifier and Type Method Description CompletableFuture<HttpResponse>AsyncCouchbaseHttpClient. get(HttpTarget target, HttpPath path, HttpGetOptions options)Issues a GET request with the given options.HttpResponseCouchbaseHttpClient. get(HttpTarget target, HttpPath path, HttpGetOptions options)Issues a GET request with the given options.Mono<HttpResponse>ReactiveCouchbaseHttpClient. get(HttpTarget target, HttpPath path, HttpGetOptions options)Returns a Mono that, when subscribed, issues a GET request with the given options.
-