Package org.mobicents.protocols.smpp.util

Network protocol support.

See:
          Description

Interface Summary
APIConfig Interface for internal API configuration implementations.
PacketDecoder Utility interface for decoding packet fields.
PacketEncoder Interface specification for a packet encoder.
SequenceNumberScheme SMPP packet sequence numbering scheme interface.
 

Class Summary
AbstractAPIConfig Abstract base class for APIConfig instances.
APIConfigFactory Factory class for obtaining the API configuration.
APIMessages Look up descriptions of various SMPP codes.
AutoResponder A connection observer that can automatically respond to some of the basic packet types.
DefaultSequenceScheme The default sequence numbering scheme.
ImageUtils Utility methods for working with images.
PacketDecoderImpl Implementation of the packet decoder.
PacketEncoderImpl Implementation of the PacketEncoder interface.
PacketFactory Factory class for SMPP packets.
PacketStatus Constants representing the SMPP message status.
PropertiesAPIConfig Base implementation of the APIConfig which reads its properties from a Java properties file, loaded from a predefined location.
SMPPDate Object to represent an SMPP time specification.
SMPPDateFormat Parse a String to an SMPPDate object.
SMPPIO Class that provides input and output methods for writing Java types encoded as SMPP types.
SyncWrapper Connection observer which mimics synchronous communications.
 

Exception Summary
InvalidConfigurationException  
InvalidDateFormatException Exception thrown when an attempt to parse a String as an SMPPDate fails due to a bad format.
PropertyNotFoundException  
 

Package org.mobicents.protocols.smpp.util Description

Network protocol support. Classes in this package are responsible for the network-level connection to the SMSC.



Copyright © 2011 Mobicents. All Rights Reserved.