| Interface | Description |
|---|---|
| PDUReader |
Reader for SMPP PDU from specified
InputStream. |
| PDUSender |
This class provide way to send SMPP Command over an
OutputStream. |
| SMPPConstant |
This contains all of the smpp constants.
|
| Class | Description |
|---|---|
| DefaultPDUReader |
Default implementation of
PDUReader. |
| DefaultPDUSender |
The SMPP PDU reader class.
|
| SynchronizedPDUReader |
This class id implementation of
PDUReader that use synchronize when
accessing to the InputStream or DataInputStream tha used to
read the PDU. |
| SynchronizedPDUSender |
PDU sender with synchronized the
OutputStream. |
| Enum | Description |
|---|---|
| MessageCoding |
This is enum const that specified the message coding (see smpp spesification).
|
| Exception | Description |
|---|---|
| GenericNackResponseException | |
| InvalidCommandLengthException |
This exception is thrown if command_length of PDU is not acceptable.
|
| InvalidNumberOfDestinationsException |
This exception should be thrown if there is an invalid number of destination
address used by submit_multi.
|
| InvalidRequestException |
This exception is thrown when receive unexpected request.
|
| InvalidResponseException |
This exception thrown if we receive unexpected response (such as invalid PDU
parameter).
|
| PDUException |
This exception is thrown when there is a failure corresponds to PDU processing.
|
| PDUStringException |
Thrown if there is an invalid constraint for the PDU String parameter.
|