Class ManagerEndpoint.ManagerPipelineInitializer

java.lang.Object
com.couchbase.client.core.endpoint.ManagerEndpoint.ManagerPipelineInitializer
All Implemented Interfaces:
PipelineInitializer
Enclosing class:
ManagerEndpoint

public static class ManagerEndpoint.ManagerPipelineInitializer extends Object implements PipelineInitializer
  • Constructor Details

    • ManagerPipelineInitializer

      public ManagerPipelineInitializer(EndpointContext endpointContext)
  • 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 interface PipelineInitializer
      Parameters:
      endpoint - the outer endpoint which sometimes needs to be accessed.
      pipeline - the pipeline to modify.