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 |
---|---|
Future<MqttConnAckMessage> |
MqttClient.connect(int port,
String host)
Like
MqttClient.connect(int, String, Handler) but returns a Future of the asynchronous result |
Future<MqttConnAckMessage> |
MqttClient.connect(int port,
String host,
String serverName)
Like
MqttClient.connect(int, String, String, Handler) but returns a Future of the asynchronous result |
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 © 2021 Eclipse. All rights reserved.