|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
AsyncClientFactory | Used to create multiple "sibling" async clients that share an Executor , broker URI, etc. |
AsyncClientListener |
Implement this interface to use the AsyncMqttClient . |
ClientFactory | Base interface for SyncClientFactory and AsyncClientFactory . |
LatencyStat | Specifies a type that provides latency-based statistics for disparate Xenqtt operations. |
MessageStats | Statistics for the MQTT client |
MqttClient | A client to an MQTT broker. |
MqttClientDebugListener | Allows you to see low level events from within an MqttClient . |
MqttClientListener | Implement this interface to use SyncMqttClient . |
ReconnectionStrategy | Implementations are strategies used by MqttClient implementation to reconnect to the broker if the connection is lost. |
SyncClientFactory | Used to create multiple "sibling" synchronous clients that share an Executor , broker URI, etc. |
Class Summary | |
---|---|
AsyncMqttClient | An MqttClient that handles interactions with the MQTT broker in an asynchronous fashion. |
FixedReconnectionStrategy |
A ReconnectStrategy implementation that attempts to reconnect a fixed intervals up to a maximum number of reconnection attempts. |
MqttClientConfig | Use this class to configure the MqttClient implementations and the MqttClientFactory . |
MqttClientFactory | Used to create multiple "sibling" clients that share an Executor , broker URI, etc. |
NullReconnectStrategy | Reconnect strategy that does 0 reconnect attempts. |
ProgressiveReconnectionStrategy |
A ReconnectionStrategy implementation that allows for progressive reconnection attempts to the broker. |
PublishMessage | Message published either by the client to a topic or published to the client from subscribed topic. |
Subscription | An MQTT topic subscription |
SyncMqttClient | An MqttClient that interacts with an MQTT broker in a synchronous fashion. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |