Classes, interfaces and traits
MqttAuth¶
MQTT authentication information
« More »
MqttClientOptions¶
Represents options used by the MQTT client.
« More »
MqttEndpoint¶
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client
« More »
MqttServer¶
An MQTT server
<p>
You can accept incoming MQTT connection requests providing a @see \io\vertx\jphp\mqtt\MqttServer::endpointHandler. As the
requests arrive, the handler will be called with an instance of @see \io\vertx\jphp\mqtt\MqttEndpoint in order to manage the
communication with the remote MQTT client.
« More »
MqttServerOptions¶
Represents options used by the MQTT server
« More »
MqttTopicSubscription¶
Represents a subscription to a topic
« More »
MqttWill¶
Will information from the remote MQTT client
« More »
Classes, interfaces and traits
MqttConnAckMessage¶
Represents an MQTT CONNACK message
« More »
MqttMessage¶
Represent the interface for each MQTT message
« More »
MqttPublishMessage¶
Represents an MQTT PUBLISH message
« More »
MqttSubAckMessage¶
Represents an MQTT SUBACK message
« More »
MqttSubscribeMessage¶
Represents an MQTT SUBSCRIBE message
« More »
MqttUnsubscribeMessage¶
Represents an MQTT UNSUBSCRIBE message
« More »