Interface | Description |
---|---|
DestinationProvider |
This interface exists to act as a common type for MqttClient and MqttMIDPClient so they can be passed to ClientComms
without either client class need to know about the other.
|
NetworkModule | |
NetworkModuleFactory |
Class | Description |
---|---|
AbstractNetworkModuleFactory | |
ClientComms |
Handles client communications with the server.
|
ClientDefaults | |
ClientState |
The core of the client, which holds the state information for pending and in-flight messages.
|
CommsCallback |
Bridge between Receiver and the external API.
|
CommsReceiver |
Receives MQTT packets from the server.
|
CommsSender | |
CommsTokenStore |
Provides a "token" based system for storing and tracking actions across multiple threads.
|
ConnectActionListener |
This class handles the connection of the AsyncClient to one of the available URLs.
|
EmptyCatalog | |
ExceptionHelper |
Utility class to help create exceptions of the correct type.
|
MessageCatalog |
Catalog of human readable error messages.
|
MicroEJNetworkModuleFactory | |
MicroEJSSLNetworkModule |
A network module for connecting over SSL.
|
MicroEJSSLNetworkModuleFactory | |
MqttPersistentData | |
TCPNetworkModule |
A network module for connecting over TCP.
|
Token |