public class ShareableChannelHandlerFactory extends DefaultChannelHandlerFactory
ChannelHandlerFactory returning a shareable ChannelHandler.| Constructor and Description |
|---|
ShareableChannelHandlerFactory(io.netty.channel.ChannelHandler channelHandler) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelHandler |
newChannelHandler()
Creates a new
ChannelHandler to be used. |
exceptionCaught, handlerAdded, handlerRemovedpublic ShareableChannelHandlerFactory(io.netty.channel.ChannelHandler channelHandler)
public io.netty.channel.ChannelHandler newChannelHandler()
ChannelHandlerFactoryChannelHandler to be used.Apache Camel