Uses of Enum Class
org.openhab.core.io.transport.mqtt.MqttBrokerConnection.MqttVersion
Packages that use MqttBrokerConnection.MqttVersion
-
Uses of MqttBrokerConnection.MqttVersion in org.openhab.core.io.transport.mqtt
Fields in org.openhab.core.io.transport.mqtt declared as MqttBrokerConnection.MqttVersionModifier and TypeFieldDescriptionstatic final MqttBrokerConnection.MqttVersionMqttBrokerConnection.DEFAULT_MQTT_VERSIONprotected final MqttBrokerConnection.MqttVersionMqttBrokerConnection.mqttVersionMqttBrokerConnectionConfig.mqttVersionMethods in org.openhab.core.io.transport.mqtt that return MqttBrokerConnection.MqttVersionModifier and TypeMethodDescriptionMqttBrokerConnection.getMqttVersion()Get the MQTT versionReturns the enum constant of this class with the specified name.static MqttBrokerConnection.MqttVersion[]MqttBrokerConnection.MqttVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openhab.core.io.transport.mqtt with parameters of type MqttBrokerConnection.MqttVersionModifierConstructorDescriptionMqttBrokerConnection(MqttBrokerConnection.Protocol protocol, MqttBrokerConnection.MqttVersion mqttVersion, String host, @Nullable Integer port, boolean secure, boolean hostnameValidated, @Nullable String clientId) Create a new MQTT client connection to a server with the given protocol, host and port.MqttBrokerConnection(MqttBrokerConnection.Protocol protocol, MqttBrokerConnection.MqttVersion mqttVersion, String host, @Nullable Integer port, boolean secure, @Nullable String clientId) Create a new MQTT client connection to a server with the given protocol, host and port.