Interface Mqtt3Connect

All Superinterfaces:
Mqtt3Message

@DoNotImplement public interface Mqtt3Connect extends Mqtt3Message
MQTT 3 Connect message. This message is translated from and to an MQTT 3 CONNECT packet.
Since:
1.0
  • Field Details

    • NO_KEEP_ALIVE

      static final int NO_KEEP_ALIVE
      The value that disables keep alive.
      See Also:
    • DEFAULT_KEEP_ALIVE

      static final int DEFAULT_KEEP_ALIVE
      The default keep alive in seconds a client wants to use.
      See Also:
    • DEFAULT_CLEAN_SESSION

      static final boolean DEFAULT_CLEAN_SESSION
      The default whether a client wants a clean session.
      See Also:
  • Method Details