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 io.vertx.lang.rx.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 Buffer
authenticationData()
String
authenticationMethod()
static MqttAuthenticationExchangeMessage
create(MqttAuthenticateReasonCode reasonCode, MqttProperties properties)
Create a concrete instance of a Vert.x auth messageboolean
equals(Object o)
MqttAuthenticationExchangeMessage
getDelegate()
int
hashCode()
static MqttAuthenticationExchangeMessage
newInstance(MqttAuthenticationExchangeMessage arg)
MqttProperties
properties()
MqttAuthenticateReasonCode
reasonCode()
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.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, 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 MqttProperties properties()
- Returns:
- MQTT properties
-
newInstance
public static MqttAuthenticationExchangeMessage newInstance(MqttAuthenticationExchangeMessage arg)
-
-