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 Details

    • DefaultChannelHandlerFactory

      public DefaultChannelHandlerFactory()
  • Method Details

    • handlerAdded

      public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) throws Exception
      Specified by:
      handlerAdded in interface io.netty.channel.ChannelHandler
      Throws:
      Exception
    • handlerRemoved

      public void handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) throws Exception
      Specified by:
      handlerRemoved in interface io.netty.channel.ChannelHandler
      Throws:
      Exception
    • exceptionCaught

      public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) throws Exception
      Specified by:
      exceptionCaught in interface io.netty.channel.ChannelHandler
      Throws:
      Exception