Class SearchEndpoint.SearchPipelineInitializer
- java.lang.Object
-
- com.couchbase.client.core.endpoint.SearchEndpoint.SearchPipelineInitializer
-
- All Implemented Interfaces:
PipelineInitializer
- Enclosing class:
- SearchEndpoint
public static class SearchEndpoint.SearchPipelineInitializer extends Object implements PipelineInitializer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(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
public void init(BaseEndpoint endpoint, com.couchbase.client.core.deps.io.netty.channel.ChannelPipeline pipeline)
Description copied from interface:PipelineInitializerInitializes the pipeline with the handlers that are part of the implementation.- Specified by:
initin interfacePipelineInitializer- Parameters:
endpoint- the outer endpoint which sometimes needs to be accessed.pipeline- the pipeline to modify.
-
-