Interface MqttClientTransportConfig


@DoNotImplement public interface MqttClientTransportConfig
Configuration for a transport to use by MQTT clients.
Since:
1.1
  • Field Details

    • DEFAULT_SOCKET_CONNECT_TIMEOUT_MS

      static final int DEFAULT_SOCKET_CONNECT_TIMEOUT_MS
      The default timeout for connecting the socket to the server in milliseconds.
      Since:
      1.2
      See Also:
    • DEFAULT_MQTT_CONNECT_TIMEOUT_MS

      static final int DEFAULT_MQTT_CONNECT_TIMEOUT_MS
      The default timeout between sending the Connect and receiving the ConnAck message in milliseconds.
      Since:
      1.2
      See Also:
  • Method Details