Uses of Class
io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode
-
Packages that use MqttAuthenticateReasonCode Package Description io.vertx.mqtt.messages io.vertx.mqtt.messages.codes io.vertx.reactivex.mqtt.messages io.vertx.rxjava3.mqtt.messages -
-
Uses of MqttAuthenticateReasonCode in io.vertx.mqtt.messages
Methods in io.vertx.mqtt.messages that return MqttAuthenticateReasonCode Modifier and Type Method Description MqttAuthenticateReasonCode
MqttAuthenticationExchangeMessage. reasonCode()
Methods in io.vertx.mqtt.messages with parameters of type MqttAuthenticateReasonCode Modifier and Type Method Description static MqttAuthenticationExchangeMessage
MqttAuthenticationExchangeMessage. create(MqttAuthenticateReasonCode reasonCode, MqttProperties properties)
Create a concrete instance of a Vert.x auth message -
Uses of MqttAuthenticateReasonCode in io.vertx.mqtt.messages.codes
Methods in io.vertx.mqtt.messages.codes that return MqttAuthenticateReasonCode Modifier and Type Method Description static MqttAuthenticateReasonCode
MqttAuthenticateReasonCode. valueOf(byte b)
Returns the enum constant of this type with the specified name.static MqttAuthenticateReasonCode
MqttAuthenticateReasonCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MqttAuthenticateReasonCode[]
MqttAuthenticateReasonCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MqttAuthenticateReasonCode in io.vertx.reactivex.mqtt.messages
Methods in io.vertx.reactivex.mqtt.messages that return MqttAuthenticateReasonCode Modifier and Type Method Description MqttAuthenticateReasonCode
MqttAuthenticationExchangeMessage. reasonCode()
Methods in io.vertx.reactivex.mqtt.messages with parameters of type MqttAuthenticateReasonCode Modifier and Type Method Description static MqttAuthenticationExchangeMessage
MqttAuthenticationExchangeMessage. create(MqttAuthenticateReasonCode reasonCode, MqttProperties properties)
Create a concrete instance of a Vert.x auth message -
Uses of MqttAuthenticateReasonCode in io.vertx.rxjava3.mqtt.messages
Methods in io.vertx.rxjava3.mqtt.messages that return MqttAuthenticateReasonCode Modifier and Type Method Description MqttAuthenticateReasonCode
MqttAuthenticationExchangeMessage. reasonCode()
Methods in io.vertx.rxjava3.mqtt.messages with parameters of type MqttAuthenticateReasonCode Modifier and Type Method Description static MqttAuthenticationExchangeMessage
MqttAuthenticationExchangeMessage. create(MqttAuthenticateReasonCode reasonCode, MqttProperties properties)
Create a concrete instance of a Vert.x auth message
-