Class SmscConnection
- java.lang.Object
-
- com.github.mikesafonov.smpp.config.SmscConnection
-
public class SmscConnection extends java.lang.ObjectThis class represent configured smsc connection withSenderClientandResponseClient(optionally)
-
-
Constructor Summary
Constructors Constructor Description SmscConnection(java.lang.String name, SenderClient senderClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseConnection()java.util.Optional<ResponseClient>getResponseClient()
-
-
-
Constructor Detail
-
SmscConnection
public SmscConnection(java.lang.String name, SenderClient senderClient)
-
-
Method Detail
-
getResponseClient
public java.util.Optional<ResponseClient> getResponseClient()
-
closeConnection
public void closeConnection()
-
-