Package | Description |
---|---|
org.eclipse.paho.client.mqttv3 |
Contains a programming interface enabling applications to communicate with an MQTT server.
|
org.eclipse.paho.client.mqttv3.internal |
Modifier and Type | Method and Description |
---|---|
protected NetworkModule[] |
MqttAsyncClient.createNetworkModules(java.lang.String address,
MqttConnectOptions options)
Factory method to create an array of network modules, one for each of the supplied URIs
|
Modifier and Type | Class and Description |
---|---|
class |
TCPNetworkModule
A network module for connecting over TCP.
|
Modifier and Type | Method and Description |
---|---|
NetworkModule |
NetworkModuleFactory.createNetworkModule(java.lang.String address,
MqttConnectOptions options,
java.lang.String clientId)
Factory methods to create the correct network module, based on the supplied address URI.
|
NetworkModule |
MicroEJNetworkModuleFactory.createNetworkModule(java.lang.String address,
MqttConnectOptions options,
java.lang.String clientId) |
NetworkModule[] |
ClientComms.getNetworkModules() |
Modifier and Type | Method and Description |
---|---|
void |
ClientComms.setNetworkModules(NetworkModule[] networkModules) |