Uses of Class
com.couchbase.client.core.endpoint.http.CoreHttpPath
Packages that use CoreHttpPath
-
Uses of CoreHttpPath in com.couchbase.client.core.endpoint.http
Methods in com.couchbase.client.core.endpoint.http that return CoreHttpPathModifier and TypeMethodDescriptionstatic CoreHttpPathstatic CoreHttpPathCoreHttpPath.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.Methods in com.couchbase.client.core.endpoint.http with parameters of type CoreHttpPathModifier and TypeMethodDescriptionstatic CoreHttpRequest.BuilderCoreHttpRequest.builder(CoreCommonOptions options, CoreContext coreContext, com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path, RequestTarget target) CoreHttpClient.delete(CoreHttpPath path, CoreCommonOptions options) CoreHttpClient.get(CoreHttpPath path, CoreCommonOptions options) CoreHttpClient.newRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path, CoreCommonOptions options) CoreHttpClient.patch(CoreHttpPath path, CoreCommonOptions options) CoreHttpPath.plus(CoreHttpPath subpath) Returns a new path built by appending the given subpath to this path.CoreHttpClient.post(CoreHttpPath path, CoreCommonOptions options) CoreHttpClient.put(CoreHttpPath path, CoreCommonOptions options) Constructors in com.couchbase.client.core.endpoint.http with parameters of type CoreHttpPathModifierConstructorDescriptionBuilder(CoreCommonOptions options, CoreContext coreContext, RequestTarget target, com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path) -
Uses of CoreHttpPath in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return CoreHttpPathModifier and TypeMethodDescriptionstatic CoreHttpPathConsistencyUtil.pathForBucket(String name) static CoreHttpPathConsistencyUtil.pathForDesignDocument(String bucketName, String designDocument) static CoreHttpPathConsistencyUtil.pathForGroup(String name) static CoreHttpPathConsistencyUtil.pathForSearchIndex(String indexName) static CoreHttpPathConsistencyUtil.pathForUser(String domain, String name) static CoreHttpPathConsistencyUtil.pathForView(String bucketName, String designDocument, String viewName)