Uses of Class
io.vertx.mutiny.mqtt.messages.MqttAuthenticationExchangeMessage
Packages that use MqttAuthenticationExchangeMessage
-
Uses of MqttAuthenticationExchangeMessage in io.vertx.mutiny.mqtt
Methods in io.vertx.mutiny.mqtt with parameters of type MqttAuthenticationExchangeMessageModifier and TypeMethodDescriptionMqttEndpoint.authenticationExchange(MqttAuthenticationExchangeMessage message) Sends the AUTH message to the remote MQTT clientMethod parameters in io.vertx.mutiny.mqtt with type arguments of type MqttAuthenticationExchangeMessageModifier and TypeMethodDescriptionMqttClient.authenticationExchangeHandler(Consumer<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(Consumer<MqttAuthenticationExchangeMessage> handler) Set the auth handler on the MQTT endpoint. -
Uses of MqttAuthenticationExchangeMessage in io.vertx.mutiny.mqtt.messages
Fields in io.vertx.mutiny.mqtt.messages with type parameters of type MqttAuthenticationExchangeMessageModifier and TypeFieldDescriptionstatic final TypeArg<MqttAuthenticationExchangeMessage>MqttAuthenticationExchangeMessage.__TYPE_ARGMethods in io.vertx.mutiny.mqtt.messages that return MqttAuthenticationExchangeMessageModifier and TypeMethodDescriptionMqttAuthenticationExchangeMessage.create(io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode reasonCode, io.netty.handler.codec.mqtt.MqttProperties properties) Create a concrete instance of a Vert.x auth messageMqttAuthenticationExchangeMessage.newInstance(io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage delegate) Creates a new instance of theMqttAuthenticationExchangeMessage.