Class MqttConnectionOption


  • public class MqttConnectionOption
    extends java.lang.Object
    • Method Detail

      • getHost

        public java.lang.String getHost()
      • getPort

        public int getPort()
      • getUsername

        public java.lang.String getUsername()
      • getPassword

        public byte[] getPassword()
      • getWill

        public io.rapidw.mqtt.codec.v3_1_1.MqttV311Will getWill()
      • isCleanSession

        public boolean isCleanSession()
      • getKeepAliveSeconds

        public long getKeepAliveSeconds()
      • getClientId

        public java.lang.String getClientId()
      • getServerCertificate

        public byte[] getServerCertificate()
      • getClientCertificate

        public byte[] getClientCertificate()
      • getTcpConnectTimeout

        public long getTcpConnectTimeout()
      • getMqttConnectTimeout

        public long getMqttConnectTimeout()