Interface PipelineInitializer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • init

        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.
        Parameters:
        endpoint - the outer endpoint which sometimes needs to be accessed.
        pipeline - the pipeline to modify.