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.security |
Modifier and Type | Method and Description |
---|---|
void |
MqttClient.connect() |
IMqttToken |
MqttAsyncClient.connect() |
IMqttToken |
IMqttAsyncClient.connect()
Connects to an MQTT server using the default options.
|
void |
IMqttClient.connect()
Connects to an MQTT server using the default options.
|
void |
MqttClient.connect(MqttConnectOptions options) |
IMqttToken |
MqttAsyncClient.connect(MqttConnectOptions options) |
IMqttToken |
IMqttAsyncClient.connect(MqttConnectOptions options)
Connects to an MQTT server using the provided connect options.
|
void |
IMqttClient.connect(MqttConnectOptions options)
Connects to an MQTT server using the specified options.
|
IMqttToken |
MqttAsyncClient.connect(MqttConnectOptions options,
Object userContext,
IMqttActionListener callback) |
IMqttToken |
IMqttAsyncClient.connect(MqttConnectOptions options,
Object userContext,
IMqttActionListener callback)
Connects to an MQTT server using the specified options.
|
IMqttToken |
MqttAsyncClient.connect(Object userContext,
IMqttActionListener callback) |
IMqttToken |
IMqttAsyncClient.connect(Object userContext,
IMqttActionListener callback)
Connects to an MQTT server using the default options.
|
IMqttToken |
MqttClient.connectWithResult(MqttConnectOptions options) |
IMqttToken |
IMqttClient.connectWithResult(MqttConnectOptions options)
Connects to an MQTT server using the specified options.
|
protected NetworkModule[] |
MqttAsyncClient.createNetworkModules(String address,
MqttConnectOptions options)
Factory method to create an array of network modules, one for
each of the supplied URIs
|
void |
IMqttClient.subscribe(String topicFilter)
Subscribe to a topic, which may include wildcards using a QoS of 1.
|
Modifier and Type | Method and Description |
---|---|
SSLSocketFactory |
SSLSocketFactoryFactory.createSocketFactory(String configID)
Returns an SSL socket factory for the given configuration.
|
Copyright © 2016 Eclipse Paho. All rights reserved.