| 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 | |
| org.eclipse.paho.client.mqttv3.internal.websocket |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketNetworkModule |
class |
WebSocketSecureNetworkModule |
Copyright © 2018 Eclipse Paho. All Rights Reserved.