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(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 |
LocalNetworkModule
Special comms class that allows an MQTT client to use a non TCP / optimised
mechanism to talk to an MQTT server when running in the same JRE instance as the
MQTT server.
|
class |
SSLNetworkModule
A network module for connecting over SSL.
|
class |
TCPNetworkModule
A network module for connecting over TCP.
|
Modifier and Type | Method and Description |
---|---|
NetworkModule[] |
ClientComms.getNetworkModules() |
Modifier and Type | Method and Description |
---|---|
void |
ClientComms.setNetworkModules(NetworkModule[] networkModules) |
Copyright © 2017 Eclipse Paho. All rights reserved.