- CALLBACK_ACTION - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_ACTIVITY_TOKEN - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_CLIENT_HANDLE - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_DESTINATION_NAME - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_ERROR_MESSAGE - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_ERROR_NUMBER - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_EXCEPTION - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_EXCEPTION_STACK - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_INVOCATION_CONTEXT - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_MESSAGE_ID - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_MESSAGE_PARCEL - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_STATUS - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_TO_ACTIVITY - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_TRACE_ID - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_TRACE_SEVERITY - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- CALLBACK_TRACE_TAG - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- callbackToActivity(String, Status, Bundle) - Method in class org.eclipse.paho.android.service.MqttService
-
pass data back to the Activity, by building a suitable Intent object and
broadcasting it
- clearArrivedMessages(String) - Method in class org.eclipse.paho.android.service.DatabaseMessageStore
-
Delete all messages (optionally for a specific client)
- clearArrivedMessages(String) - Method in interface org.eclipse.paho.android.service.MessageStore
-
Discard stored messages, usually for a specific client
- CLIENT_HANDLE - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- close() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Close the client
Releases all resource associated with the client.
- close() - Method in class org.eclipse.paho.android.service.MqttConnection
-
Close connection from the server
- close(String) - Method in class org.eclipse.paho.android.service.MqttService
-
Close connection from a particular client
- connect() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Connects to an MQTT server using the default options.
- connect(MqttConnectOptions) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Connects to an MQTT server using the provided connect options.
- connect(Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Connects to an MQTT server using the default options.
- connect(MqttConnectOptions, Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Connects to an MQTT server using the specified options.
- connect(MqttConnectOptions, String, String) - Method in class org.eclipse.paho.android.service.MqttConnection
-
Connect to the server specified when we were instantiated
- connect(String, MqttConnectOptions, String, String) - Method in class org.eclipse.paho.android.service.MqttService
-
Connect to the MQTT server specified by a particular client
- CONNECT_ACTION - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-
- connectionLost(Throwable) - Method in class org.eclipse.paho.android.service.MqttConnection
-
Callback for connectionLost
- CREATOR - Static variable in class org.eclipse.paho.android.service.ParcelableMqttMessage
-
A creator which creates the message object from a parcel