Package org.jsmpp.util

Interface Summary
CapacityPolicy It's capacity policy that ensure the new capacity is save for accommodate the new item with new capacity.
MessageIDGenerator Is the message_id generator.
PDUComposer This is utility to compose the PDU from parameter values to byte.
PDUDecomposer This class is provide interface to decompose SMPP PDU bytes form into SMPP command object.
SessionIDGenerator<S> The session id generator.
TimeFormatter This provide time formatter functionality from a type to a String representation of date that can be recognized based on SMPP protocol.
 

Class Summary
AbsoluteTimeFormatter Absolute time formatter is TimeFormatter implementation referred to SMPP Protocol Specification v3.4 point 7.1.1.
DefaultComposer Default implementation of PDUComposer.
DefaultDecomposer Default implementation of SMPP PDU PDUDecomposer.
DumbCapacityPolicy It's a dumb capacity policy.
HexUtil The Hex utility.
IntUtil The int util.
MessageId This class is wrap simple String value as message_id.
OctetUtil The octet util.
PDUByteBuffer Utility to compose the PDU bytes.
RandomMessageIDGenerator Generate random alphanumeric
RandomSessionIDGenerator Session id generator.
RelativeTimeFormatter Relative time formatter is TimeFormatter implementation referred to SMPP Protocol Specification v3.4 point 7.1.1.
Sequence Sequence number that able to rolling.
SimpleCapacityPolicy Simple implementation of CapacityPolicy.
StopWatch Simple utility class for watching performance of method invocation.
StrictBufferedInputStream There were some ongoing bugs related to use of DataInputStream in conjunction with BufferedInputStream.
StringValidator String validator for the SMPP PDU string types.
 

Enum Summary
DeliveryReceiptState  
StringParameter  
StringType String type values.
 

Exception Summary
InvalidDeliveryReceiptException This exception is throw if there is an invalid format on delivery receipt content.