Package com.couchbase.client.java.http
Class HttpTarget
java.lang.Object
com.couchbase.client.java.http.HttpTarget
Specifies which Couchbase service should receive the request.
Create an instance using one of the static factory methods.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpTarget
static HttpTarget
backup()
static HttpTarget
eventing()
static HttpTarget
manager()
static HttpTarget
query()
static HttpTarget
search()
toString()
withNode
(NodeIdentifier node) Returns a copy of this target with the given node identifier.