cloudhopper-smpp icon indicating copy to clipboard operation
cloudhopper-smpp copied to clipboard

Split SmppSession into SmppClientSession and SmppServerSession

Open pgoergler opened this issue 8 years ago • 1 comments

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.

pgoergler avatar Aug 01 '17 13:08 pgoergler

Good idea! It's a little bit confuse for beginners

sebastienvermeille avatar Jan 04 '18 10:01 sebastienvermeille