Class PipelineHandlerBuilderUtil

java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.PipelineHandlerBuilderUtil

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

    • PipelineHandlerBuilderUtil

      public PipelineHandlerBuilderUtil()
  • Method Details

    • 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