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 Summary
Constructors Constructor Description PipelineHandlerBuilderUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.channel.ChannelHandler
stringToPipelineHandlers(String handlerClass)
build a ChannelHandler instance from a String
-
-
-
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
-
-