Package | Description |
---|---|
io.vertx.mqtt |
= Vert.x MQTT server
This component provides a server which is able to handle connections, communication and messages exchange with remote
link:http://mqtt.org/[MQTT] clients.
|
io.vertx.mqtt.messages |
Class and Description |
---|
MqttAuth
MQTT authentication information
|
MqttEndpoint
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client
|
MqttServer
An MQTT server
|
MqttServerOptions
Represents options used by the MQTT server
|
MqttWill
Will information from the remote MQTT client
|
Class and Description |
---|
MqttTopicSubscription
Represents a subscription to a topic
|
Copyright © 2017. All rights reserved.