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.
    • Constructor Detail

      • XmlFrameDecoderFactory

        public XmlFrameDecoderFactory()
      • XmlFrameDecoderFactory

        public XmlFrameDecoderFactory​(int maxFrameLength)
    • Method Detail

      • newChannelHandler

        public io.netty.channel.ChannelHandler newChannelHandler()