public class TrackSessionsDecorator extends Object implements com.cloudhopper.smpp.SmppClient
| Constructor and Description |
|---|
TrackSessionsDecorator(com.cloudhopper.smpp.SmppClient delegate,
List<com.cloudhopper.smpp.SmppSession> sessions) |
| Modifier and Type | Method and Description |
|---|---|
com.cloudhopper.smpp.SmppSession |
bind(com.cloudhopper.smpp.SmppSessionConfiguration config,
com.cloudhopper.smpp.SmppSessionHandler sessionHandler) |
void |
destroy() |
public TrackSessionsDecorator(com.cloudhopper.smpp.SmppClient delegate,
List<com.cloudhopper.smpp.SmppSession> sessions)
public com.cloudhopper.smpp.SmppSession bind(com.cloudhopper.smpp.SmppSessionConfiguration config,
com.cloudhopper.smpp.SmppSessionHandler sessionHandler)
throws com.cloudhopper.smpp.type.SmppTimeoutException,
com.cloudhopper.smpp.type.SmppChannelException,
com.cloudhopper.smpp.type.SmppBindException,
com.cloudhopper.smpp.type.UnrecoverablePduException,
InterruptedException
bind in interface com.cloudhopper.smpp.SmppClientcom.cloudhopper.smpp.type.SmppTimeoutExceptioncom.cloudhopper.smpp.type.SmppChannelExceptioncom.cloudhopper.smpp.type.SmppBindExceptioncom.cloudhopper.smpp.type.UnrecoverablePduExceptionInterruptedExceptionpublic void destroy()
destroy in interface com.cloudhopper.smpp.SmppClientCopyright © 2021. All rights reserved.