Package org.apache.camel.component.smpp
Class SmppUcs2Splitter
- java.lang.Object
-
- org.apache.camel.component.smpp.SmppSplitter
-
- org.apache.camel.component.smpp.SmppUcs2Splitter
-
public class SmppUcs2Splitter extends SmppSplitter
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_MSG_CHAR_SIZEThe maximum length in chars of the unicode messages.static intMAX_SEG_BYTE_SIZE-
Fields inherited from class org.apache.camel.component.smpp.SmppSplitter
MAX_MSG_BYTE_LENGTH, MAX_SEG_COUNT, UDHIE_HEADER_LENGTH, UDHIE_HEADER_REAL_LENGTH, UDHIE_IDENTIFIER_SAR, UDHIE_SAR_LENGTH, UDHIE_SAR_REF_NUM_LENGTH
-
-
Constructor Summary
Constructors Constructor Description SmppUcs2Splitter(int segmentLength)
-
Method Summary
-
Methods inherited from class org.apache.camel.component.smpp.SmppSplitter
getCurrentLength, getCurrentReferenceNumber, getMessageLength, getReferenceNumber, getSegmentLength, isSplitRequired, resetCurrentReferenceNumber, split
-
-
-
-
Field Detail
-
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:
- Constant Field Values
-
MAX_SEG_BYTE_SIZE
public static final int MAX_SEG_BYTE_SIZE
- See Also:
- Constant Field Values
-
-