Class TransceiverConfiguration
- 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.TransceiverConfiguration
-
public class TransceiverConfiguration extends BaseSmppSessionConfiguration
-
-
Constructor Summary
Constructors Constructor Description TransceiverConfiguration(@NotNull java.lang.String name, SmppProperties.Credentials credentials, boolean loggingBytes, boolean loggingPdu, int windowsSize, java.lang.String systemType)
-
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
-
TransceiverConfiguration
public TransceiverConfiguration(@NotNull @NotNull java.lang.String name, @NotNull SmppProperties.Credentials credentials, boolean loggingBytes, boolean loggingPdu, int windowsSize, java.lang.String systemType)
-
-
Method Detail
-
configInformation
public java.lang.String configInformation()
- Specified by:
configInformationin classBaseSmppSessionConfiguration
-
-