|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MqttSecurityException | |
|---|---|
| org.eclipse.paho.client.mqttv3 | Contains a programming interface enabling applications to communicate with an MQTT server. |
| org.eclipse.paho.client.mqttv3.internal.security | |
| Uses of MqttSecurityException in org.eclipse.paho.client.mqttv3 |
|---|
| Methods in org.eclipse.paho.client.mqttv3 that throw MqttSecurityException | |
|---|---|
void |
MqttClient.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. |
IMqttToken |
MqttAsyncClient.connect()
|
void |
MqttClient.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)
|
IMqttToken |
IMqttAsyncClient.connect(MqttConnectOptions options,
Object userContext,
IMqttActionListener callback)
Connects to an MQTT server using the specified options. |
IMqttToken |
MqttAsyncClient.connect(MqttConnectOptions options,
Object userContext,
IMqttActionListener callback)
|
IMqttToken |
IMqttAsyncClient.connect(Object userContext,
IMqttActionListener callback)
Connects to an MQTT server using the default options. |
IMqttToken |
MqttAsyncClient.connect(Object userContext,
IMqttActionListener callback)
|
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. |
| Uses of MqttSecurityException in org.eclipse.paho.client.mqttv3.internal.security |
|---|
| Methods in org.eclipse.paho.client.mqttv3.internal.security that throw MqttSecurityException | |
|---|---|
SSLSocketFactory |
SSLSocketFactoryFactory.createSocketFactory(String configID)
Returns an SSL socket factory for the given configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||