Class ReceiverConfiguration
- java.lang.Object
-
- com.cloudhopper.smpp.type.SmppConnectionConfiguration
-
- com.cloudhopper.smpp.SmppSessionConfiguration
-
- com.github.mikesafonov.smpp.core.connection.BaseSmppSessionConfiguration
-
- com.github.mikesafonov.smpp.core.connection.ReceiverConfiguration
-
public class ReceiverConfiguration extends BaseSmppSessionConfiguration
Configuration for receiver session
-
-
Constructor Summary
Constructors Constructor Description ReceiverConfiguration(@NotNull java.lang.String name, SmppProperties.Credentials credentials, boolean loggingBytes, boolean loggingPdu)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringconfigInformation()-
Methods inherited from class com.cloudhopper.smpp.SmppSessionConfiguration
getAddressRange, getBindTimeout, getInterfaceVersion, getLoggingOptions, getName, getPassword, getRequestExpiryTimeout, getSslConfiguration, getSystemId, getSystemType, getType, getWindowMonitorInterval, getWindowSize, getWindowWaitTimeout, getWriteTimeout, isCountersEnabled, isUseSsl, setAddressRange, setBindTimeout, setCountersEnabled, setInterfaceVersion, setLoggingOptions, setName, setPassword, setRequestExpiryTimeout, setSslConfiguration, setSystemId, setSystemType, setType, setUseSsl, setWindowMonitorInterval, setWindowSize, setWindowWaitTimeout, setWriteTimeout
-
-
-
-
Constructor Detail
-
ReceiverConfiguration
public ReceiverConfiguration(@NotNull @NotNull java.lang.String name, @NotNull SmppProperties.Credentials credentials, boolean loggingBytes, boolean loggingPdu)
-
-
Method Detail
-
configInformation
public java.lang.String configInformation()
- Specified by:
configInformationin classBaseSmppSessionConfiguration
-
-