Class MqttV311Client


  • public class MqttV311Client
    extends java.lang.Object
    MQTT client fully complaints MQTT 3.1.1 specification. Thread safe, should be a singleton.
    • Constructor Detail

      • MqttV311Client

        public MqttV311Client()
        constructs a new client
    • Method Detail

      • newConnection

        public MqttConnection newConnection​(MqttConnectionOption connectionOption)
        create a new connection
        Parameters:
        connectionOption - connection options
        Returns:
        created connection, not connected