|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SMPPVersion | |
|---|---|
| org.mobicents.protocols.smpp | Base smppapi functionality. |
| org.mobicents.protocols.smpp.message | SMPP packet types. |
| org.mobicents.protocols.smpp.version | SMPP versioning support. |
| Uses of SMPPVersion in org.mobicents.protocols.smpp |
|---|
| Methods in org.mobicents.protocols.smpp that return SMPPVersion | |
|---|---|
SMPPVersion |
Session.getVersion()
|
| Methods in org.mobicents.protocols.smpp with parameters of type SMPPVersion | |
|---|---|
void |
Session.setVersion(SMPPVersion version)
|
| Uses of SMPPVersion in org.mobicents.protocols.smpp.message |
|---|
| Methods in org.mobicents.protocols.smpp.message that return SMPPVersion | |
|---|---|
SMPPVersion |
Bind.getVersion()
|
| Methods in org.mobicents.protocols.smpp.message with parameters of type SMPPVersion | |
|---|---|
void |
Bind.setVersion(SMPPVersion version)
|
void |
SMPPPacket.validate(SMPPVersion smppVersion)
Validate this packet against an SMPP version. |
protected void |
SubmitSMResp.validateMandatory(SMPPVersion smppVersion)
|
protected void |
SubmitMultiResp.validateMandatory(SMPPVersion smppVersion)
|
protected void |
SubmitMulti.validateMandatory(SMPPVersion smppVersion)
|
protected void |
SMPPPacket.validateMandatory(SMPPVersion smppVersion)
Validate the mandatory parameters for this packet. |
protected void |
ReplaceSM.validateMandatory(SMPPVersion smppVersion)
|
protected void |
QuerySMResp.validateMandatory(SMPPVersion smppVersion)
|
protected void |
QuerySM.validateMandatory(SMPPVersion smppVersion)
|
protected void |
QueryMsgDetailsResp.validateMandatory(SMPPVersion smppVersion)
|
protected void |
QueryMsgDetails.validateMandatory(SMPPVersion smppVersion)
|
protected void |
QueryLastMsgs.validateMandatory(SMPPVersion smppVersion)
|
protected void |
ParamRetrieveResp.validateMandatory(SMPPVersion smppVersion)
|
protected void |
ParamRetrieve.validateMandatory(SMPPVersion smppVersion)
|
protected void |
Outbind.validateMandatory(SMPPVersion smppVersion)
|
protected void |
DeliverSMResp.validateMandatory(SMPPVersion smppVersion)
|
protected void |
DataSMResp.validateMandatory(SMPPVersion smppVersion)
|
protected void |
DataSM.validateMandatory(SMPPVersion smppVersion)
|
protected void |
CancelSM.validateMandatory(SMPPVersion smppVersion)
|
protected void |
BroadcastSM.validateMandatory(SMPPVersion smppVersion)
|
protected void |
BindResp.validateMandatory(SMPPVersion smppVersion)
|
protected void |
Bind.validateMandatory(SMPPVersion smppVersion)
|
protected void |
AlertNotification.validateMandatory(SMPPVersion smppVersion)
|
protected boolean |
SMPPPacket.validateTLVTable(SMPPVersion smppVersion)
Validate that the TLV table contains all required parameters. |
protected boolean |
QueryBroadcastSMResp.validateTLVTable(SMPPVersion smppVersion)
|
protected boolean |
BroadcastSM.validateTLVTable(SMPPVersion version)
|
| Uses of SMPPVersion in org.mobicents.protocols.smpp.version |
|---|
| Classes in org.mobicents.protocols.smpp.version that implement SMPPVersion | |
|---|---|
class |
AbstractSMPPVersion
Class representing an SMPP protocol version. |
class |
SMPPVersion33
|
class |
SMPPVersion34
|
class |
SMPPVersion50
|
| Fields in org.mobicents.protocols.smpp.version declared as SMPPVersion | |
|---|---|
static SMPPVersion |
SMPPVersion.VERSION_3_3
SMPP version 3.3. |
static SMPPVersion |
SMPPVersion.VERSION_3_4
SMPP version 3.4. |
static SMPPVersion |
SMPPVersion.VERSION_5_0
SMPP version 5.0. |
| Methods in org.mobicents.protocols.smpp.version that return SMPPVersion | |
|---|---|
static SMPPVersion |
VersionFactory.getDefaultVersion()
Get the default SMPP version implemented by this API. |
static SMPPVersion |
VersionFactory.getVersion(int id)
Get the SMPP version for a particular version ID. |
| Methods in org.mobicents.protocols.smpp.version with parameters of type SMPPVersion | |
|---|---|
boolean |
SMPPVersion.isNewerThan(SMPPVersion otherVersion)
Determine if this SMPP version is equal to or newer than another version. |
boolean |
AbstractSMPPVersion.isNewerThan(SMPPVersion otherVersion)
|
boolean |
SMPPVersion.isOlderThan(SMPPVersion otherVersion)
Determine if this SMPP version is older than another version. |
boolean |
AbstractSMPPVersion.isOlderThan(SMPPVersion otherVersion)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||