Package io.vertx.reactivex.mqtt.messages
Class MqttAuthenticationExchangeMessage
- java.lang.Object
-
- io.vertx.reactivex.mqtt.messages.MqttAuthenticationExchangeMessage
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<MqttAuthenticationExchangeMessage>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description MqttAuthenticationExchangeMessage(MqttAuthenticationExchangeMessage delegate)MqttAuthenticationExchangeMessage(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferauthenticationData()StringauthenticationMethod()static MqttAuthenticationExchangeMessagecreate(MqttAuthenticateReasonCode reasonCode, io.netty.handler.codec.mqtt.MqttProperties properties)Create a concrete instance of a Vert.x auth messagebooleanequals(Object o)MqttAuthenticationExchangeMessagegetDelegate()inthashCode()static MqttAuthenticationExchangeMessagenewInstance(MqttAuthenticationExchangeMessage arg)io.netty.handler.codec.mqtt.MqttPropertiesproperties()MqttAuthenticateReasonCodereasonCode()StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<MqttAuthenticationExchangeMessage> __TYPE_ARG
-
-
Constructor Detail
-
MqttAuthenticationExchangeMessage
public MqttAuthenticationExchangeMessage(MqttAuthenticationExchangeMessage delegate)
-
MqttAuthenticationExchangeMessage
public MqttAuthenticationExchangeMessage(Object delegate)
-
-
Method Detail
-
getDelegate
public MqttAuthenticationExchangeMessage getDelegate()
-
reasonCode
public MqttAuthenticateReasonCode reasonCode()
- Returns:
- authenticate reason code
-
authenticationMethod
public String authenticationMethod()
- Returns:
- authenticate method
-
authenticationData
public Buffer authenticationData()
- Returns:
- authentication data
-
create
public static MqttAuthenticationExchangeMessage create(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
-
properties
public io.netty.handler.codec.mqtt.MqttProperties properties()
- Returns:
- MQTT properties
-
newInstance
public static MqttAuthenticationExchangeMessage newInstance(MqttAuthenticationExchangeMessage arg)
-
-