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.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
Copyright © 2021. All rights reserved.