Package org.apache.camel.component.smpp
Class SmppDefaultSplitter
- java.lang.Object
-
- org.apache.camel.component.smpp.SmppSplitter
-
- org.apache.camel.component.smpp.SmppDefaultSplitter
-
public class SmppDefaultSplitter extends SmppSplitter
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_MSG_CHAR_SIZEstatic 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 SmppDefaultSplitter(int currentLength)
-
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
- See Also:
- Constant Field Values
-
MAX_SEG_BYTE_SIZE
public static final int MAX_SEG_BYTE_SIZE
- See Also:
- Constant Field Values
-
-