| Package | Description | 
|---|---|
| io.vertx.mqtt | |
| io.vertx.mqtt.messages | |
| io.vertx.reactivex.mqtt.messages | |
| io.vertx.rxjava.mqtt.messages | 
| Modifier and Type | Method and Description | 
|---|---|
MqttClient | 
MqttClient.connect(int port,
       String host,
       Handler<AsyncResult<MqttConnAckMessage>> connectHandler)
Connects to an MQTT server calling connectHandler after connection 
 | 
MqttClient | 
MqttClient.connect(int port,
       String host,
       String serverName,
       Handler<AsyncResult<MqttConnAckMessage>> connectHandler)
Connects to an MQTT server calling connectHandler after connection 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttConnAckMessage | 
MqttConnAckMessage.create(io.netty.handler.codec.mqtt.MqttConnectReturnCode code,
      boolean isSessionPresent)
Create a concrete instance of a Vert.x connack message 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MqttConnAckMessage | 
MqttConnAckMessage.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttConnAckMessage | 
MqttConnAckMessage.newInstance(MqttConnAckMessage arg)  | 
| Constructor and Description | 
|---|
MqttConnAckMessage(MqttConnAckMessage delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
MqttConnAckMessage | 
MqttConnAckMessage.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttConnAckMessage | 
MqttConnAckMessage.newInstance(MqttConnAckMessage arg)  | 
| Constructor and Description | 
|---|
MqttConnAckMessage(MqttConnAckMessage delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.