Package org.apache.camel.component.netty
Class ShareableChannelHandlerFactory
- java.lang.Object
-
- org.apache.camel.component.netty.DefaultChannelHandlerFactory
-
- org.apache.camel.component.netty.ShareableChannelHandlerFactory
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,ChannelHandlerFactory
public class ShareableChannelHandlerFactory extends DefaultChannelHandlerFactory
AChannelHandlerFactoryreturning a shareableChannelHandler.
-
-
Constructor Summary
Constructors Constructor Description ShareableChannelHandlerFactory(io.netty.channel.ChannelHandler channelHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.ChannelHandlernewChannelHandler()Creates a newChannelHandlerto be used.-
Methods inherited from class org.apache.camel.component.netty.DefaultChannelHandlerFactory
exceptionCaught, handlerAdded, handlerRemoved
-
-
-
-
Method Detail
-
newChannelHandler
public io.netty.channel.ChannelHandler newChannelHandler()
Description copied from interface:ChannelHandlerFactoryCreates a newChannelHandlerto be used.
-
-