Class TransceiverConnectionManager
- java.lang.Object
-
- com.github.mikesafonov.smpp.core.connection.BaseSenderConnectionManager
-
- com.github.mikesafonov.smpp.core.connection.TransceiverConnectionManager
-
- All Implemented Interfaces:
ConnectionManager
public class TransceiverConnectionManager extends BaseSenderConnectionManager
Configuration for sender session
-
-
Field Summary
-
Fields inherited from class com.github.mikesafonov.smpp.core.connection.BaseSenderConnectionManager
client, configuration, maxTryCount, session, sessionHandler
-
-
Constructor Summary
Constructors Constructor Description TransceiverConnectionManager(com.cloudhopper.smpp.impl.DefaultSmppClient client, TransceiverConfiguration configuration, com.cloudhopper.smpp.SmppSessionHandler sessionHandler, int maxTryCount)
-
Method Summary
-
Methods inherited from class com.github.mikesafonov.smpp.core.connection.BaseSenderConnectionManager
bind, closeSession, destroy, getConfiguration, getSession
-
-
-
-
Constructor Detail
-
TransceiverConnectionManager
public TransceiverConnectionManager(com.cloudhopper.smpp.impl.DefaultSmppClient client, TransceiverConfiguration configuration, com.cloudhopper.smpp.SmppSessionHandler sessionHandler, int maxTryCount)
-
-