Class KeyValueEndpoint.KeyValuePipelineInitializer
java.lang.Object
com.couchbase.client.core.endpoint.KeyValueEndpoint.KeyValuePipelineInitializer
- All Implemented Interfaces:
PipelineInitializer
- Enclosing class:
- KeyValueEndpoint
public static class KeyValueEndpoint.KeyValuePipelineInitializer
extends Object
implements PipelineInitializer
-
Constructor Summary
ConstructorDescriptionKeyValuePipelineInitializer
(EndpointContext ctx, Optional<String> bucketname, Authenticator authenticator) -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(BaseEndpoint endpoint, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) Initializes the pipeline with the handlers that are part of the implementation.
-
Constructor Details
-
KeyValuePipelineInitializer
public KeyValuePipelineInitializer(EndpointContext ctx, Optional<String> bucketname, Authenticator authenticator)
-
-
Method Details
-
init
public void init(BaseEndpoint endpoint, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline) Description copied from interface:PipelineInitializer
Initializes the pipeline with the handlers that are part of the implementation.- Specified by:
init
in interfacePipelineInitializer
- Parameters:
endpoint
- the outer endpoint which sometimes needs to be accessed.pipeline
- the pipeline to modify.
-