Package | Description |
---|---|
com.couchbase.client.java.http |
Modifier and Type | Method and Description |
---|---|
static HttpGetOptions |
HttpGetOptions.httpGetOptions() |
HttpGetOptions |
HttpGetOptions.preEncodedQueryString(String queryString) |
HttpGetOptions |
HttpGetOptions.queryString(List<NameValuePair> values) |
HttpGetOptions |
HttpGetOptions.queryString(Map<String,?> values) |
HttpGetOptions |
HttpGetOptions.queryString(NameValuePair... values) |
Modifier and Type | Method and Description |
---|---|
Mono<HttpResponse> |
ReactiveCouchbaseHttpClient.get(HttpTarget target,
HttpPath path,
HttpGetOptions options)
Returns a Mono that, when subscribed, 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.
|
CompletableFuture<HttpResponse> |
AsyncCouchbaseHttpClient.get(HttpTarget target,
HttpPath path,
HttpGetOptions options)
Issues a GET request with the given options.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.