Uses of Interface
io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage
Packages that use MqttAuthenticationExchangeMessage
Package
Description
-
Uses of MqttAuthenticationExchangeMessage in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type MqttAuthenticationExchangeMessageModifier and TypeMethodDescriptionMqttEndpoint.authenticationExchange(MqttAuthenticationExchangeMessage message) Sends the AUTH message to the remote MQTT clientMethod parameters in io.vertx.mqtt with type arguments of type MqttAuthenticationExchangeMessageModifier and TypeMethodDescriptionMqttClient.authenticationExchangeHandler(Handler<MqttAuthenticationExchangeMessage> handler) Sets a handler that will be called when the server sends an AUTH packet (MQTT 5.0 Enhanced Authentication, see ยง3.15).MqttEndpoint.authenticationExchangeHandler(Handler<MqttAuthenticationExchangeMessage> handler) Set the auth handler on the MQTT endpoint. -
Uses of MqttAuthenticationExchangeMessage in io.vertx.mqtt.messages
Methods in io.vertx.mqtt.messages that return MqttAuthenticationExchangeMessageModifier and TypeMethodDescriptionMqttAuthenticationExchangeMessage.create(MqttAuthenticateReasonCode reasonCode, MqttProperties properties) Create a concrete instance of a Vert.x auth message -
Uses of MqttAuthenticationExchangeMessage in io.vertx.reactivex.mqtt.messages
Methods in io.vertx.reactivex.mqtt.messages that return MqttAuthenticationExchangeMessageMethods in io.vertx.reactivex.mqtt.messages with parameters of type MqttAuthenticationExchangeMessageModifier and TypeMethodDescriptionMqttAuthenticationExchangeMessage.newInstance(MqttAuthenticationExchangeMessage arg) Constructors in io.vertx.reactivex.mqtt.messages with parameters of type MqttAuthenticationExchangeMessageModifierConstructorDescription -
Uses of MqttAuthenticationExchangeMessage in io.vertx.rxjava3.mqtt.messages
Methods in io.vertx.rxjava3.mqtt.messages that return MqttAuthenticationExchangeMessageMethods in io.vertx.rxjava3.mqtt.messages with parameters of type MqttAuthenticationExchangeMessageModifier and TypeMethodDescriptionMqttAuthenticationExchangeMessage.newInstance(MqttAuthenticationExchangeMessage arg) Constructors in io.vertx.rxjava3.mqtt.messages with parameters of type MqttAuthenticationExchangeMessageModifierConstructorDescription