|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| org.mobicents.protocols.smpp | Base smppapi functionality. |
| org.mobicents.protocols.smpp.gsm | |
| org.mobicents.protocols.smpp.message | SMPP packet types. |
| org.mobicents.protocols.smpp.util | Network protocol support. |
| org.mobicents.protocols.smpp.version | SMPP versioning support. |
| Uses of Address in org.mobicents.protocols.smpp |
|---|
| Subclasses of Address in org.mobicents.protocols.smpp | |
|---|---|
class |
ErrorAddress
An address that message submission was unsuccessfully submitted to. |
| Uses of Address in org.mobicents.protocols.smpp.gsm |
|---|
| Methods in org.mobicents.protocols.smpp.gsm with parameters of type Address | |
|---|---|
static DataSM[] |
UserDataUtil.createDataSM(byte[][] segments,
Address from,
Address to)
Create DataSM packets from segments created by a
UserData implementation. |
static DeliverSM[] |
UserDataUtil.createDelivers(byte[][] segments,
Address from,
Address to)
Create DeliverSM packets from segments created by a
UserData implementation. |
static SubmitSM[] |
UserDataUtil.createSubmits(byte[][] segments,
Address from,
Address to)
Create SubmitSM packets from segments created by a
UserData implementation. |
| Uses of Address in org.mobicents.protocols.smpp.message |
|---|
| Methods in org.mobicents.protocols.smpp.message that return Address | |
|---|---|
Address |
SubmitSM.getDestination()
|
Address |
DataSM.getDestination()
|
Address |
CancelSM.getDestination()
|
Address |
AlertNotification.getDestination()
|
Address |
SubmitSM.getSource()
|
Address |
SubmitMulti.getSource()
|
Address |
ReplaceSM.getSource()
|
Address |
QuerySM.getSource()
|
Address |
QueryMsgDetailsResp.getSource()
|
Address |
QueryMsgDetails.getSource()
|
Address |
QueryLastMsgs.getSource()
|
Address |
QueryBroadcastSM.getSource()
|
Address |
DataSM.getSource()
|
Address |
CancelSM.getSource()
|
Address |
CancelBroadcastSM.getSource()
|
Address |
BroadcastSM.getSource()
|
Address |
AlertNotification.getSource()
|
| Methods in org.mobicents.protocols.smpp.message that return types with arguments of type Address | |
|---|---|
Collection<Address> |
DestinationTable.getAddresses()
|
| Methods in org.mobicents.protocols.smpp.message with parameters of type Address | |
|---|---|
void |
DestinationTable.add(Address addr)
|
int |
SubmitMulti.addDestination(Address d)
Add an address to the destination table. |
int |
QueryMsgDetailsResp.addDestination(Address address)
Add an address to the destination table. |
int |
SubmitMultiResp.remove(Address a)
Remove an address from the table of unsuccessful destinations. |
void |
DestinationTable.remove(Address addr)
|
void |
SubmitSM.setDestination(Address destination)
|
void |
DataSM.setDestination(Address destination)
|
void |
CancelSM.setDestination(Address destination)
|
void |
AlertNotification.setDestination(Address destination)
|
void |
SubmitSM.setSource(Address source)
|
void |
SubmitMulti.setSource(Address source)
|
void |
ReplaceSM.setSource(Address source)
|
void |
QuerySM.setSource(Address source)
|
void |
QueryMsgDetailsResp.setSource(Address source)
|
void |
QueryMsgDetails.setSource(Address source)
|
void |
QueryLastMsgs.setSource(Address source)
|
void |
QueryBroadcastSM.setSource(Address source)
|
void |
DataSM.setSource(Address source)
|
void |
CancelSM.setSource(Address source)
|
void |
CancelBroadcastSM.setSource(Address source)
|
void |
BroadcastSM.setSource(Address source)
|
void |
AlertNotification.setSource(Address source)
|
int |
SMPPPacket.sizeOf(Address address)
Get the encoded size of an address, which may be null. |
| Uses of Address in org.mobicents.protocols.smpp.util |
|---|
| Methods in org.mobicents.protocols.smpp.util that return Address | |
|---|---|
Address |
PacketDecoderImpl.readAddress()
|
Address |
PacketDecoder.readAddress()
Read an SMPP address from the byte array. |
| Methods in org.mobicents.protocols.smpp.util with parameters of type Address | |
|---|---|
PacketEncoder |
PacketEncoderImpl.writeAddress(Address address)
|
PacketEncoder |
PacketEncoder.writeAddress(Address address)
Write an SMPP address to the output stream. |
| Uses of Address in org.mobicents.protocols.smpp.version |
|---|
| Methods in org.mobicents.protocols.smpp.version with parameters of type Address | |
|---|---|
void |
SMPPVersion.validateAddress(Address address)
|
void |
AbstractSMPPVersion.validateAddress(Address address)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||