|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMqttActionListener | |
|---|---|
| org.eclipse.paho.client.mqttv3 | Contains a programming interface enabling applications to communicate with an MQTT server. |
| org.eclipse.paho.client.mqttv3.internal | |
| Uses of IMqttActionListener in org.eclipse.paho.client.mqttv3 |
|---|
| Methods in org.eclipse.paho.client.mqttv3 that return IMqttActionListener | |
|---|---|
IMqttActionListener |
IMqttToken.getActionCallback()
Return the async listener for this token. |
IMqttActionListener |
MqttToken.getActionCallback()
|
| Methods in org.eclipse.paho.client.mqttv3 with parameters of type IMqttActionListener | |
|---|---|
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)
|
IMqttToken |
IMqttAsyncClient.disconnect(long quiesceTimeout,
Object userContext,
IMqttActionListener callback)
Disconnects from the server. |
IMqttToken |
MqttAsyncClient.disconnect(long quiesceTimeout,
Object userContext,
IMqttActionListener callback)
|
IMqttToken |
IMqttAsyncClient.disconnect(Object userContext,
IMqttActionListener callback)
Disconnects from the server. |
IMqttToken |
MqttAsyncClient.disconnect(Object userContext,
IMqttActionListener callback)
|
IMqttDeliveryToken |
IMqttAsyncClient.publish(String topic,
byte[] payload,
int qos,
boolean retained,
Object userContext,
IMqttActionListener callback)
Publishes a message to a topic on the server. |
IMqttDeliveryToken |
MqttAsyncClient.publish(String topic,
byte[] payload,
int qos,
boolean retained,
Object userContext,
IMqttActionListener callback)
|
IMqttDeliveryToken |
IMqttAsyncClient.publish(String topic,
MqttMessage message,
Object userContext,
IMqttActionListener callback)
Publishes a message to a topic on the server. |
IMqttDeliveryToken |
MqttAsyncClient.publish(String topic,
MqttMessage message,
Object userContext,
IMqttActionListener callback)
|
void |
IMqttToken.setActionCallback(IMqttActionListener listener)
Register a listener to be notified when an action completes. |
void |
MqttToken.setActionCallback(IMqttActionListener listener)
|
IMqttToken |
IMqttAsyncClient.subscribe(String[] topicFilters,
int[] qos,
Object userContext,
IMqttActionListener callback)
Subscribes to multiple topics, each of which may include wildcards. |
IMqttToken |
MqttAsyncClient.subscribe(String[] topicFilters,
int[] qos,
Object userContext,
IMqttActionListener callback)
|
IMqttToken |
IMqttAsyncClient.subscribe(String topicFilter,
int qos,
Object userContext,
IMqttActionListener callback)
Subscribe to a topic, which may include wildcards. |
IMqttToken |
MqttAsyncClient.subscribe(String topicFilter,
int qos,
Object userContext,
IMqttActionListener callback)
|
IMqttToken |
IMqttAsyncClient.unsubscribe(String[] topicFilters,
Object userContext,
IMqttActionListener callback)
Requests the server unsubscribe the client from one or more topics. |
IMqttToken |
MqttAsyncClient.unsubscribe(String[] topicFilters,
Object userContext,
IMqttActionListener callback)
|
IMqttToken |
IMqttAsyncClient.unsubscribe(String topicFilter,
Object userContext,
IMqttActionListener callback)
Requests the server unsubscribe the client from a topics. |
IMqttToken |
MqttAsyncClient.unsubscribe(String topicFilter,
Object userContext,
IMqttActionListener callback)
|
| Uses of IMqttActionListener in org.eclipse.paho.client.mqttv3.internal |
|---|
| Classes in org.eclipse.paho.client.mqttv3.internal that implement IMqttActionListener | |
|---|---|
class |
ConnectActionListener
This class handles the connection of the AsyncClient to one of the available URLs. |
| Methods in org.eclipse.paho.client.mqttv3.internal that return IMqttActionListener | |
|---|---|
IMqttActionListener |
Token.getActionCallback()
|
| Methods in org.eclipse.paho.client.mqttv3.internal with parameters of type IMqttActionListener | |
|---|---|
void |
Token.setActionCallback(IMqttActionListener listener)
|
| Constructors in org.eclipse.paho.client.mqttv3.internal with parameters of type IMqttActionListener | |
|---|---|
ConnectActionListener(MqttAsyncClient client,
MqttClientPersistence persistence,
ClientComms comms,
MqttConnectOptions options,
MqttToken userToken,
Object userContext,
IMqttActionListener userCallback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||