Class CoreHttpPath
java.lang.Object
com.couchbase.client.core.endpoint.http.CoreHttpPath
The "path" component of a URI, with support for path parameters
whose replacement values are automatically url-encoded.
-
Method Summary
Modifier and TypeMethodDescriptionformat()
static String
formatPath
(String template, String... args) static String
formatPath
(String template, List<String> args) static CoreHttpPath
static CoreHttpPath
plus
(CoreHttpPath subpath) Returns a new path built by appending the given subpath to this path.Returns a new path built by appending the given subpath to this path.Returns a new path built by appending the given subpath template and parameters to this path.toString()
-
Method Details
-
formatPath
-
formatPath
-
path
-
path
-
getTemplate
-
getParams
-
format
-
plus
Returns a new path built by appending the given subpath to this path. -
plus
Returns a new path built by appending the given subpath template and parameters to this path. -
plus
Returns a new path built by appending the given subpath to this path. -
toString
-