Class ConnectionPropertiesDTO


  • public class ConnectionPropertiesDTO
    extends Object
    • Constructor Detail

      • ConnectionPropertiesDTO

        public ConnectionPropertiesDTO()
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
      • getUrl

        public String getUrl()
      • getPort

        public Integer getPort()
      • getClientId

        public String getClientId()
      • getUsername

        public String getUsername()
      • getPassword

        public String getPassword()
      • isCleanSession

        public boolean isCleanSession()
      • getSsl

        public TlsSsl getSsl()
      • getSslKeystore

        public String getSslKeystore()
      • getSslKeystorePassword

        public String getSslKeystorePassword()
      • getProxy

        public Proxy getProxy()
      • getSshHost

        public String getSshHost()
      • getSshPort

        public Integer getSshPort()
      • getLocalPort

        public Integer getLocalPort()
      • getAuth

        public Auth getAuth()
      • getAuthUsername

        public String getAuthUsername()
      • getAuthPassword

        public String getAuthPassword()
      • getAuthKeyfile

        public String getAuthKeyfile()
      • getLwt

        public Lwt getLwt()
      • getLwtTopic

        public String getLwtTopic()
      • getLwtQos

        public Qos getLwtQos()
      • isLwtRetained

        public boolean isLwtRetained()
      • getLwtPayload

        public String getLwtPayload()
      • isDirty

        public boolean isDirty()
      • isUnpersisted

        public boolean isUnpersisted()
      • getHostAndPort

        public String getHostAndPort()