public class ShareableChannelHandlerFactory extends Object implements ChannelHandlerFactory
ChannelHandlerFactory returning a shareable ChannelHandler.| Constructor and Description |
|---|
ShareableChannelHandlerFactory(org.jboss.netty.channel.ChannelHandler channelHandler) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelHandler |
newChannelHandler()
Creates a new
ChannelHandler to be used. |
public ShareableChannelHandlerFactory(org.jboss.netty.channel.ChannelHandler channelHandler)
public org.jboss.netty.channel.ChannelHandler newChannelHandler()
ChannelHandlerFactoryChannelHandler to be used.newChannelHandler in interface ChannelHandlerFactoryApache Camel