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)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)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)
-