| Class | Description |
|---|---|
| Address |
Simple representation of an Address in SMPP.
|
| LoggingOptions | |
| SmppConnectionConfiguration |
Configuration to create a TCP/IP connection (Channel) for an SmppSession.
|
| Exception | Description |
|---|---|
| GenericNackException | |
| NotEnoughDataInBufferException |
Exception that represents more data is required in order to parse an SMPP PDU.
|
| RecoverablePduException |
Thrown when a recoverable PDU decoding error occurs.
|
| SmppBindException |
Thrown only when a "bind" attempt fails and a BaseBindResp was returned.
|
| SmppChannelConnectException |
Thrown for exceptions occuring while attempting to connect to a remote
system and cannot complete within a period of time.
|
| SmppChannelConnectTimeoutException |
Thrown for exceptions occuring while attempting to connect to a remote
system and cannot complete within a period of time.
|
| SmppChannelException |
Thrown for exceptions occurring with the underlying Channel or TCP/IP
connection such as read/write errors, closed connections, etc.
|
| SmppInvalidArgumentException |
Thrown when an argument was used that is invalid.
|
| SmppProcessingException |
Thrown for exceptions while processing an SMPP request.
|
| SmppTimeoutException |
Thrown specifically when an operation times out vs.
|
| TerminatingNullByteNotFoundException | |
| UnexpectedPduResponseException | |
| UnknownCommandIdException |
Thrown when an unsupported or invalid Command ID was decoded.
|
| UnrecoverablePduException |
Thrown when an unrecoverable PDU decoding error occurs.
|
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.