|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorAddress | |
|---|---|
| org.mobicents.protocols.smpp.message | SMPP packet types. |
| org.mobicents.protocols.smpp.util | Network protocol support. |
| Uses of ErrorAddress in org.mobicents.protocols.smpp.message |
|---|
| Methods in org.mobicents.protocols.smpp.message that return types with arguments of type ErrorAddress | |
|---|---|
ListIterator<ErrorAddress> |
SubmitMultiResp.tableIterator()
Get an iterator to iterate over the set of addresses in the unsuccessful destination table. |
| Methods in org.mobicents.protocols.smpp.message with parameters of type ErrorAddress | |
|---|---|
int |
SubmitMultiResp.add(ErrorAddress ea)
Add a destination address to the table of unsuccessful destinations. |
| Uses of ErrorAddress in org.mobicents.protocols.smpp.util |
|---|
| Methods in org.mobicents.protocols.smpp.util that return ErrorAddress | |
|---|---|
ErrorAddress |
PacketDecoderImpl.readErrorAddress()
|
ErrorAddress |
PacketDecoder.readErrorAddress()
Read an SMPP address and error code pairing. |
| Methods in org.mobicents.protocols.smpp.util with parameters of type ErrorAddress | |
|---|---|
PacketEncoder |
PacketEncoderImpl.writeErrorAddress(ErrorAddress errorAddress)
|
PacketEncoder |
PacketEncoder.writeErrorAddress(ErrorAddress errorAddress)
Write an SMPP error address to the output stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||