Uses of Class
com.couchbase.client.java.http.HttpPostOptions
-
Packages that use HttpPostOptions Package Description com.couchbase.client.java.http -
-
Uses of HttpPostOptions in com.couchbase.client.java.http
Methods in com.couchbase.client.java.http that return HttpPostOptions Modifier and Type Method Description HttpPostOptions
HttpPostOptions. body(HttpBody body)
static HttpPostOptions
HttpPostOptions. httpPostOptions()
Methods in com.couchbase.client.java.http with parameters of type HttpPostOptions Modifier and Type Method Description CompletableFuture<HttpResponse>
AsyncCouchbaseHttpClient. post(HttpTarget target, HttpPath path, HttpPostOptions options)
Issues a POST request with the given options.HttpResponse
CouchbaseHttpClient. post(HttpTarget target, HttpPath path, HttpPostOptions options)
Issues a POST request with the given options.Mono<HttpResponse>
ReactiveCouchbaseHttpClient. post(HttpTarget target, HttpPath path, HttpPostOptions options)
Returns a Mono that, when subscribed, issues a POST request with the given options.
-