- setBufferOpts(DisconnectedBufferOptions) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Sets the DisconnectedBufferOptions for this client
- setBufferOpts(String, DisconnectedBufferOptions) - Method in class org.eclipse.paho.android.service.MqttService
-
Sets the DisconnectedBufferOptions for this client
- setCallback(MqttCallback) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Sets a callback listener to use for events that happen asynchronously.
- setManualAcks(boolean) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
- setTraceCallback(MqttTraceHandler) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
identify the callback to be invoked when making tracing calls back into
the Activity
- setTraceCallbackId(String) - Method in class org.eclipse.paho.android.service.MqttService
-
Identify the callbackId to be passed when making tracing calls back into
the Activity
- setTraceEnabled(boolean) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
turn tracing on and off
- setTraceEnabled(boolean) - Method in class org.eclipse.paho.android.service.MqttService
-
Turn tracing on and off
- subscribe(String, int) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Subscribe to a topic, which may include wildcards.
- subscribe(String[], int[]) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Subscribe to multiple topics, each topic may include wildcards.
- subscribe(String, int, Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Subscribe to a topic, which may include wildcards.
- subscribe(String[], int[], Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Subscribes to multiple topics, each topic may include wildcards.
- subscribe(String, int, Object, IMqttActionListener, IMqttMessageListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Subscribe to a topic, which may include wildcards.
- subscribe(String, int, IMqttMessageListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Subscribe to a topic, which may include wildcards.
- subscribe(String[], int[], IMqttMessageListener[]) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Subscribe to multiple topics, each of which may include wildcards.
- subscribe(String[], int[], Object, IMqttActionListener, IMqttMessageListener[]) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Subscribe to multiple topics, each of which may include wildcards.
- subscribe(String, String, int, String, String) - Method in class org.eclipse.paho.android.service.MqttService
-
Subscribe to a topic
- subscribe(String, String[], int[], String, String) - Method in class org.eclipse.paho.android.service.MqttService
-
Subscribe to one or more topics
- subscribe(String, String[], int[], String, String, IMqttMessageListener[]) - Method in class org.eclipse.paho.android.service.MqttService
-
Subscribe using topic filters