Uses of Class
com.couchbase.client.core.endpoint.http.CoreHttpPath
-
Packages that use CoreHttpPath Package Description com.couchbase.client.core.endpoint.http -
-
Uses of CoreHttpPath in com.couchbase.client.core.endpoint.http
Methods in com.couchbase.client.core.endpoint.http that return CoreHttpPath Modifier and Type Method Description static CoreHttpPathCoreHttpPath. path(String template)static CoreHttpPathCoreHttpPath. path(String template, Map<String,String> params)CoreHttpPathCoreHttpPath. plus(CoreHttpPath subpath)Returns a new path built by appending the given subpath to this path.CoreHttpPathCoreHttpPath. plus(String subpath)Returns a new path built by appending the given subpath to this path.CoreHttpPathCoreHttpPath. plus(String subpathTemplate, Map<String,String> subpathParams)Returns a new path built by appending the given subpath template and parameters to this path.Methods in com.couchbase.client.core.endpoint.http with parameters of type CoreHttpPath Modifier and Type Method Description static CoreHttpRequest.BuilderCoreHttpRequest. builder(CoreCommonOptions options, CoreContext coreContext, com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path, RequestTarget target)CoreHttpRequest.BuilderCoreHttpClient. delete(CoreHttpPath path, CoreCommonOptions options)CoreHttpRequest.BuilderCoreHttpClient. get(CoreHttpPath path, CoreCommonOptions options)CoreHttpRequest.BuilderCoreHttpClient. newRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path, CoreCommonOptions options)CoreHttpPathCoreHttpPath. plus(CoreHttpPath subpath)Returns a new path built by appending the given subpath to this path.CoreHttpRequest.BuilderCoreHttpClient. post(CoreHttpPath path, CoreCommonOptions options)CoreHttpRequest.BuilderCoreHttpClient. put(CoreHttpPath path, CoreCommonOptions options)Constructors in com.couchbase.client.core.endpoint.http with parameters of type CoreHttpPath Constructor Description Builder(CoreCommonOptions options, CoreContext coreContext, RequestTarget target, com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path)
-