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 HttpGetOptions
HttpGetOptions. httpGetOptions()
HttpGetOptions
HttpGetOptions. preEncodedQueryString(String queryString)
HttpGetOptions
HttpGetOptions. queryString(NameValuePair... values)
HttpGetOptions
HttpGetOptions. queryString(List<NameValuePair> values)
HttpGetOptions
HttpGetOptions. 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.HttpResponse
CouchbaseHttpClient. 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.
-