public static class ManagerEndpoint.ManagerPipelineInitializer extends Object implements PipelineInitializer
Constructor and Description |
---|
ManagerPipelineInitializer(EndpointContext endpointContext) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
public ManagerPipelineInitializer(EndpointContext endpointContext)
public void init(BaseEndpoint endpoint, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline)
PipelineInitializer
init
in interface PipelineInitializer
endpoint
- the outer endpoint which sometimes needs to be accessed.pipeline
- the pipeline to modify.Copyright © 2020 Couchbase, Inc.. All rights reserved.