public class IndexedSmppClientDecorator extends Object implements com.cloudhopper.smpp.SmppClient
Constructor and Description |
---|
IndexedSmppClientDecorator(com.cloudhopper.smpp.SmppClient delegate,
int clientIdx) |
Modifier and Type | Method and Description |
---|---|
com.cloudhopper.smpp.SmppSession |
bind(com.cloudhopper.smpp.SmppSessionConfiguration config,
com.cloudhopper.smpp.SmppSessionHandler sessionHandler) |
void |
destroy() |
int |
getClientIdx() |
String |
toString() |
public IndexedSmppClientDecorator(com.cloudhopper.smpp.SmppClient delegate, int clientIdx)
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.SmppClient
com.cloudhopper.smpp.type.SmppTimeoutException
com.cloudhopper.smpp.type.SmppChannelException
com.cloudhopper.smpp.type.SmppBindException
com.cloudhopper.smpp.type.UnrecoverablePduException
InterruptedException
public void destroy()
destroy
in interface com.cloudhopper.smpp.SmppClient
public int getClientIdx()
Copyright © 2021. All rights reserved.