- MESSAGE_ARRIVED_ACTION - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- MESSAGE_DELIVERED_ACTION - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- MESSAGE_ID - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- messageArrived(String, MqttMessage) - Method in class org.eclipse.paho.android.service.MqttConnection
-
Callback when a message is received
- messageId - Variable in class org.eclipse.paho.android.service.ParcelableMqttMessage
-
- MessageStore - Interface in org.eclipse.paho.android.service
-
Mechanism for persisting messages until we know they have been received
- messageStore - Variable in class org.eclipse.paho.android.service.MqttService
-
- MessageStore.StoredMessage - Interface in org.eclipse.paho.android.service
-
External representation of a stored message
- MqttAndroidClient - Class in org.eclipse.paho.android.service
-
Enables an android application to communicate with an MQTT server using non-blocking methods.
- MqttAndroidClient(Context, String, String) - Constructor for class org.eclipse.paho.android.service.MqttAndroidClient
-
Constructor - create an MqttAndroidClient that can be used to communicate with an MQTT server on android
- MqttAndroidClient(Context, String, String, MqttAndroidClient.Ack) - Constructor for class org.eclipse.paho.android.service.MqttAndroidClient
-
Constructor - create an MqttAndroidClient that can be used to communicate with an MQTT server on android
- MqttAndroidClient(Context, String, String, MqttClientPersistence) - Constructor for class org.eclipse.paho.android.service.MqttAndroidClient
-
Constructor - create an MqttAndroidClient that can be used to communicate with an MQTT server on android
- MqttAndroidClient(Context, String, String, MqttClientPersistence, MqttAndroidClient.Ack) - Constructor for class org.eclipse.paho.android.service.MqttAndroidClient
-
constructor
- MqttAndroidClient.Ack - Enum in org.eclipse.paho.android.service
-
The Acknowledgment mode for messages received from MqttCallback.messageArrived(String, MqttMessage)
- MqttConnection - Class in org.eclipse.paho.android.service
-
MqttConnection holds a MqttAsyncClient {host,port,clientId} instance to perform
MQTT operations to MQTT broker.
- MqttConnection(MqttService, String, String, MqttClientPersistence, String) - Constructor for class org.eclipse.paho.android.service.MqttConnection
-
Constructor - create an MqttConnection to communicate with MQTT server
- MqttDeliveryTokenAndroid - Class in org.eclipse.paho.android.service
-
Implementation of the IMqttDeliveryToken interface for use from within the
MqttAndroidClient implementation
- MqttDeliveryTokenAndroid(MqttAndroidClient, Object, IMqttActionListener, MqttMessage) - Constructor for class org.eclipse.paho.android.service.MqttDeliveryTokenAndroid
-
- MqttService - Class in org.eclipse.paho.android.service
-
The android service which interfaces with an MQTT client implementation
- MqttService() - Constructor for class org.eclipse.paho.android.service.MqttService
-
- MqttServiceBinder - Class in org.eclipse.paho.android.service
-
What the Service passes to the Activity on binding:-
a reference to the Service
the activityToken provided when the Service was started
- MqttServiceBinder(MqttService) - Constructor for class org.eclipse.paho.android.service.MqttServiceBinder
-
- MqttServiceConstants - Interface in org.eclipse.paho.android.service
-
Various strings used to identify operations or data in the Android MQTT
service, mainly used in Intents passed between Activities and the Service.
- MqttTokenAndroid - Class in org.eclipse.paho.android.service
-
Implementation of the IMqttToken interface for use from within the
MqttAndroidClient implementation
- MqttTokenAndroid(MqttAndroidClient, Object, IMqttActionListener) - Constructor for class org.eclipse.paho.android.service.MqttTokenAndroid
-
Standard constructor
- MqttTokenAndroid(MqttAndroidClient, Object, IMqttActionListener, String[]) - Constructor for class org.eclipse.paho.android.service.MqttTokenAndroid
-
Constructor for use with subscribe operations
- MqttTraceHandler - Interface in org.eclipse.paho.android.service
-
Interface for simple trace handling
- myContext - Variable in class org.eclipse.paho.android.service.MqttAndroidClient
-