Class TransceiverConfiguration

    • 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.String configInformation()  
      • 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
      • Methods inherited from class com.cloudhopper.smpp.type.SmppConnectionConfiguration

        getConnectTimeout, getHost, getPort, setConnectTimeout, setHost, setPort
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)