Class XmlFrameDecoderFactory

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, org.apache.camel.component.netty4.ChannelHandlerFactory

    public class XmlFrameDecoderFactory
    extends org.apache.camel.component.netty4.DefaultChannelHandlerFactory
    This factory produces instances of the non-ChannelHandler.Sharable XmlFrameDecoder handler.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.netty.channel.ChannelHandler newChannelHandler()  
      • Methods inherited from class org.apache.camel.component.netty4.DefaultChannelHandlerFactory

        exceptionCaught, handlerAdded, handlerRemoved
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlFrameDecoderFactory

        public XmlFrameDecoderFactory()
      • XmlFrameDecoderFactory

        public XmlFrameDecoderFactory​(int maxFrameLength)
    • Method Detail

      • newChannelHandler

        public io.netty.channel.ChannelHandler newChannelHandler()