Uses of Class
io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
-
Packages that use MqttConnAckMessage Package Description io.vertx.mutiny.mqtt io.vertx.mutiny.mqtt.messages -
-
Uses of MqttConnAckMessage in io.vertx.mutiny.mqtt
Methods in io.vertx.mutiny.mqtt that return MqttConnAckMessage Modifier and Type Method Description MqttConnAckMessageMqttClient. connectAndAwait(int port, String host)Blocking variant ofMqttClient.connect(int,String).MqttConnAckMessageMqttClient. connectAndAwait(int port, String host, String serverName)Blocking variant ofMqttClient.connect(int,String,String).Methods in io.vertx.mutiny.mqtt that return types with arguments of type MqttConnAckMessage Modifier and Type Method Description io.smallrye.mutiny.Uni<MqttConnAckMessage>MqttClient. connect(int port, String host)Connects to an MQTT server calling connectHandler after connectionio.smallrye.mutiny.Uni<MqttConnAckMessage>MqttClient. connect(int port, String host, String serverName)Connects to an MQTT server calling connectHandler after connection -
Uses of MqttConnAckMessage in io.vertx.mutiny.mqtt.messages
Fields in io.vertx.mutiny.mqtt.messages with type parameters of type MqttConnAckMessage Modifier and Type Field Description static TypeArg<MqttConnAckMessage>MqttConnAckMessage. __TYPE_ARGMethods in io.vertx.mutiny.mqtt.messages that return MqttConnAckMessage Modifier and Type Method Description static MqttConnAckMessageMqttConnAckMessage. create(io.netty.handler.codec.mqtt.MqttConnectReturnCode code, boolean isSessionPresent)static MqttConnAckMessageMqttConnAckMessage. create(io.netty.handler.codec.mqtt.MqttConnectReturnCode code, boolean isSessionPresent, io.netty.handler.codec.mqtt.MqttProperties properties)static MqttConnAckMessageMqttConnAckMessage. newInstance(io.vertx.mqtt.messages.MqttConnAckMessage arg)
-