Class PipelineHandlerBuilderUtil
java.lang.Object
org.wso2.carbon.inbound.endpoint.protocol.websocket.PipelineHandlerBuilderUtil
This class builds a ChannelHandler instance from the pipeline handler String
given in the configuration file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.channel.ChannelHandlerstringToPipelineHandlers(String handlerClass) build a ChannelHandler instance from a String
-
Constructor Details
-
PipelineHandlerBuilderUtil
public PipelineHandlerBuilderUtil()
-
-
Method Details
-
stringToPipelineHandlers
build a ChannelHandler instance from a String- Parameters:
handlerClass- the pipeline handler class given in the configuration- Returns:
- ChannelHandler instance of the pipeline handler
-