RestComm / cloudhopper-smpp

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)
Other
14 stars 22 forks source link

Split SmppSession into SmppClientSession and SmppServerSession #19

Open pgoergler opened 7 years ago

pgoergler commented 7 years ago

SmppClientSession is created by a SmppClient to connect to a SMSC SmppServerSession is created by a SmppServer for an incoming connection from a ESME

So i put public SubmitSmResp submit(SubmitSm request, long timeoutMillis) into SmppClientSession interface.

Ps: i had submitted this PR to fizzed/cloudhopper-smpp but it seems to be not active anymore