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