Uses of Interface
io.vertx.mqtt.MqttServer
Packages that use MqttServer
-
Uses of MqttServer in io.vertx.mqtt
Methods in io.vertx.mqtt that return MqttServerModifier and TypeMethodDescriptionstatic MqttServerReturn an MQTT server instance using default optionsstatic MqttServerMqttServer.create(Vertx vertx, MqttServerOptions options) Return an MQTT server instanceMqttServer.endpointHandler(Handler<MqttEndpoint> handler) Set the endpoint handler for the server.MqttServer.exceptionHandler(Handler<Throwable> handler) Set an exception handler for the server, that will be called when an error happens independantly of an acceptedMqttEndpoint, like a rejected connectionMethods in io.vertx.mqtt that return types with arguments of type MqttServerModifier and TypeMethodDescriptionMqttServer.listen()Start the server listening for incoming connections using the specified options through the constructorMqttServer.listen(int port) Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.Start the server listening for incoming connections on the port and host specified -
Uses of MqttServer in io.vertx.reactivex.mqtt
Methods in io.vertx.reactivex.mqtt that return MqttServerMethods in io.vertx.reactivex.mqtt with parameters of type MqttServerConstructors in io.vertx.reactivex.mqtt with parameters of type MqttServer -
Uses of MqttServer in io.vertx.rxjava3.mqtt
Methods in io.vertx.rxjava3.mqtt that return MqttServerMethods in io.vertx.rxjava3.mqtt with parameters of type MqttServerConstructors in io.vertx.rxjava3.mqtt with parameters of type MqttServer