Class HL7MLLPNettyEncoderFactory

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

    public class HL7MLLPNettyEncoderFactory
    extends org.apache.camel.component.netty.DefaultChannelHandlerFactory
    Netty MLLP Encoder factory
    • Constructor Detail

      • HL7MLLPNettyEncoderFactory

        public HL7MLLPNettyEncoderFactory()
    • Method Detail

      • newChannelHandler

        public io.netty.channel.ChannelHandler newChannelHandler()
      • setValidate

        public void setValidate​(boolean validate)
      • setCharset

        public void setCharset​(Charset charset)
      • setCharset

        public void setCharset​(String charsetName)
      • getCharset

        public Charset getCharset()
      • isConvertLFtoCR

        public boolean isConvertLFtoCR()
      • setConvertLFtoCR

        public void setConvertLFtoCR​(boolean convertLFtoCR)
      • getStartByte

        public char getStartByte()
      • setStartByte

        public void setStartByte​(char startByte)
      • getEndByte1

        public char getEndByte1()
      • setEndByte1

        public void setEndByte1​(char endByte1)
      • getEndByte2

        public char getEndByte2()
      • setEndByte2

        public void setEndByte2​(char endByte2)
      • isProduceString

        public boolean isProduceString()
      • setProduceString

        public void setProduceString​(boolean apply)