Uses of Class
com.couchbase.client.java.http.AsyncCouchbaseHttpClient
-
Packages that use AsyncCouchbaseHttpClient Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.http -
-
Uses of AsyncCouchbaseHttpClient in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncCouchbaseHttpClient Modifier and Type Method Description AsyncCouchbaseHttpClient
AsyncCluster. httpClient()
Returns a specialized HTTP client for making requests to the Couchbase Server REST API. -
Uses of AsyncCouchbaseHttpClient in com.couchbase.client.java.http
Constructors in com.couchbase.client.java.http with parameters of type AsyncCouchbaseHttpClient Constructor Description CouchbaseHttpClient(AsyncCouchbaseHttpClient async)
ReactiveCouchbaseHttpClient(AsyncCouchbaseHttpClient async)
-