Class SmppUcs2Splitter

java.lang.Object
org.apache.camel.component.smpp.SmppSplitter
org.apache.camel.component.smpp.SmppUcs2Splitter

public class SmppUcs2Splitter extends SmppSplitter
  • Field Details

    • MAX_MSG_CHAR_SIZE

      public static final int MAX_MSG_CHAR_SIZE
      The maximum length in chars of the unicode messages.

      Each letter requires 2 bytes.

      See Also:
    • MAX_SEG_BYTE_SIZE

      public static final int MAX_SEG_BYTE_SIZE
      See Also:
  • Constructor Details

    • SmppUcs2Splitter

      public SmppUcs2Splitter(int segmentLength)