Class PipelineHandlerBuilderUtil


  • public class PipelineHandlerBuilderUtil
    extends Object
    This class builds a ChannelHandler instance from the pipeline handler String given in the configuration file
    • Constructor Detail

      • PipelineHandlerBuilderUtil

        public PipelineHandlerBuilderUtil()
    • Method Detail

      • stringToPipelineHandlers

        public static io.netty.channel.ChannelHandler stringToPipelineHandlers​(String handlerClass)
        build a ChannelHandler instance from a String
        Parameters:
        handlerClass - the pipeline handler class given in the configuration
        Returns:
        ChannelHandler instance of the pipeline handler