Package org.apache.camel.component.netty
Class DefaultChannelHandlerFactory
- java.lang.Object
-
- org.apache.camel.component.netty.DefaultChannelHandlerFactory
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,ChannelHandlerFactory
- Direct Known Subclasses:
ShareableChannelHandlerFactory
public abstract class DefaultChannelHandlerFactory extends Object implements ChannelHandlerFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultChannelHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause)voidhandlerAdded(io.netty.channel.ChannelHandlerContext ctx)voidhandlerRemoved(io.netty.channel.ChannelHandlerContext ctx)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.component.netty.ChannelHandlerFactory
newChannelHandler
-
-
-
-
Method Detail
-
handlerAdded
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) throws Exception- Specified by:
handlerAddedin interfaceio.netty.channel.ChannelHandler- Throws:
Exception
-
handlerRemoved
public void handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) throws Exception- Specified by:
handlerRemovedin interfaceio.netty.channel.ChannelHandler- Throws:
Exception
-
-