Uses of Enum Class
org.openhab.core.io.transport.mqtt.MqttBrokerConnection.Protocol
Packages that use MqttBrokerConnection.Protocol
-
Uses of MqttBrokerConnection.Protocol in org.openhab.core.io.transport.mqtt
Fields in org.openhab.core.io.transport.mqtt declared as MqttBrokerConnection.ProtocolModifier and TypeFieldDescriptionstatic final MqttBrokerConnection.Protocol
MqttBrokerConnection.DEFAULT_PROTOCOL
protected final MqttBrokerConnection.Protocol
MqttBrokerConnection.protocol
MqttBrokerConnectionConfig.protocol
Methods in org.openhab.core.io.transport.mqtt that return MqttBrokerConnection.ProtocolModifier and TypeMethodDescriptionMqttBrokerConnection.getProtocol()
Get the MQTT broker protocolReturns the enum constant of this class with the specified name.static MqttBrokerConnection.Protocol[]
MqttBrokerConnection.Protocol.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.ProtocolModifierConstructorDescriptionMqttBrokerConnection
(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.