public interface ExtendedSmppSession
extends org.jsmpp.session.ClientSession
SMPPSession that has a few extra capabilities:
MessageReceiverListeners| Modifier and Type | Method and Description |
|---|---|
void |
addMessageReceiverListener(org.jsmpp.session.MessageReceiverListener messageReceiverListener)
a
MessageReceiverListener implementation to be added to the set of existing listeners. |
org.jsmpp.bean.BindType |
getBindType()
We need to know this to determine whether or not this session can handle the requirements we need.
|
void |
start() |
void |
stop() |
void addMessageReceiverListener(org.jsmpp.session.MessageReceiverListener messageReceiverListener)
MessageReceiverListener implementation to be added to the set of existing listeners.
NB: the contract for each of these is the same as for a single instance: don't take too long when doing your processing. This is even more
important now that multiple implementations need to share the same callback slice time.messageReceiverListener - the message receiver listenerorg.jsmpp.bean.BindType getBindType()
BindTypevoid start()
void stop()