Package io.vertx.mutiny.mqtt.messages
Class MqttAuthenticationExchangeMessage
java.lang.Object
io.vertx.mutiny.mqtt.messages.MqttAuthenticationExchangeMessage
- All Implemented Interfaces:
MutinyDelegate
Represents an MQTT AUTH message
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
MqttAuthenticationExchangeMessage
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMqttAuthenticationExchangeMessage(io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage delegate) Create a new instance ofMqttAuthenticationExchangeMessagedelegating to the given (non-null) instance ofMqttAuthenticationExchangeMessage.MqttAuthenticationExchangeMessage(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.buffer.Buffercreate(io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode reasonCode, io.netty.handler.codec.mqtt.MqttProperties properties) Create a concrete instance of a Vert.x auth messagebooleanio.vertx.mqtt.messages.MqttAuthenticationExchangeMessageGet the delegate instance.inthashCode()newInstance(io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage delegate) Creates a new instance of theMqttAuthenticationExchangeMessage.io.netty.handler.codec.mqtt.MqttPropertiesio.vertx.mqtt.messages.codes.MqttAuthenticateReasonCodetoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
MqttAuthenticationExchangeMessage
public MqttAuthenticationExchangeMessage(io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage delegate) Create a new instance ofMqttAuthenticationExchangeMessagedelegating to the given (non-null) instance ofMqttAuthenticationExchangeMessage. -
MqttAuthenticationExchangeMessage
-
-
Method Details
-
getDelegate
public io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
public static MqttAuthenticationExchangeMessage create(io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode reasonCode, io.netty.handler.codec.mqtt.MqttProperties properties) Create a concrete instance of a Vert.x auth message- Parameters:
reasonCode- authenticate reason codeproperties- mqtt properties.- Returns:
- Vert.x auth message
-
reasonCode
public io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode reasonCode()- Returns:
- authenticate reason code
-
authenticationMethod
- Returns:
- authenticate method
-
authenticationData
public io.vertx.core.buffer.Buffer authenticationData()- Returns:
- authentication data
-
properties
public io.netty.handler.codec.mqtt.MqttProperties properties()- Returns:
- MQTT properties
-
newInstance
public static MqttAuthenticationExchangeMessage newInstance(io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage delegate) Creates a new instance of theMqttAuthenticationExchangeMessage. -
hashCode
public int hashCode() -
equals
-
toString
-