Uses of Class
io.vertx.reactivex.mqtt.MqttServer
Packages that use MqttServer
-
Uses of MqttServer in io.vertx.reactivex.mqtt
Fields in io.vertx.reactivex.mqtt with type parameters of type MqttServerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<MqttServer> MqttServer.__TYPE_ARGMethods in io.vertx.reactivex.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 connectionstatic MqttServerMqttServer.newInstance(MqttServer arg) Methods in io.vertx.reactivex.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 specifiedMqttServer.rxListen()Start the server listening for incoming connections using the specified options through the constructorMqttServer.rxListen(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