Skip navigation links
A C D G I M O P R S T U V W 

A

acknowledgeMessage(String) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Acknowledges a message received on the MqttCallback.messageArrived(String, MqttMessage)
acknowledgeMessageArrival(String, String) - Method in class org.eclipse.paho.android.service.MqttService
Called by the Activity when a message has been passed back to the application

C

close() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Close the client.
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(String, MqttConnectOptions, String, String) - Method in class org.eclipse.paho.android.service.MqttService
Connect to the MQTT server specified by a particular client
CREATOR - Static variable in class org.eclipse.paho.android.service.ParcelableMqttMessage
A creator which creates the message object from a parcel

D

deleteBufferedMessage(int) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
 
deleteBufferedMessage(String, int) - Method in class org.eclipse.paho.android.service.MqttService
 
describeContents() - Method in class org.eclipse.paho.android.service.ParcelableMqttMessage
Describes the contents of this object
disconnect() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Disconnects from the server.
disconnect(long) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Disconnects from the server.
disconnect(Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Disconnects from the server.
disconnect(long, Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Disconnects from the server.
disconnect(String, String, String) - Method in class org.eclipse.paho.android.service.MqttService
Disconnect from the server
disconnect(String, long, String, String) - Method in class org.eclipse.paho.android.service.MqttService
Disconnect from the server
disconnectForcibly() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
 
disconnectForcibly(long) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
 
disconnectForcibly(long, long) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
 

G

getBufferedMessage(int) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
 
getBufferedMessage(String, int) - Method in class org.eclipse.paho.android.service.MqttService
 
getBufferedMessageCount() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
 
getBufferedMessageCount(String) - Method in class org.eclipse.paho.android.service.MqttService
 
getClient(String, String, String, MqttClientPersistence) - Method in class org.eclipse.paho.android.service.MqttService
Get an MqttConnection object to represent a connection to a server
getClientId() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Returns the client ID used by this client.
getMessageId() - Method in class org.eclipse.paho.android.service.ParcelableMqttMessage
 
getPendingDeliveryTokens() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Returns the delivery tokens for any outstanding publish operations.
getPendingDeliveryTokens(String) - Method in class org.eclipse.paho.android.service.MqttService
Get tokens for all outstanding deliveries for a client
getServerURI() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Returns the URI address of the server used by this client.
getSSLSocketFactory(InputStream, String) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Get the SSLSocketFactory using SSL key store and password

I

isConnected() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Determines if this client is currently connected to the server.
isConnected(String) - Method in class org.eclipse.paho.android.service.MqttService
Get the status of a specific client
isOnline() - Method in class org.eclipse.paho.android.service.MqttService
 
isTraceEnabled() - Method in class org.eclipse.paho.android.service.MqttService
Check whether trace is on or off.

M

messageArrivedComplete(int, int) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
 
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- create an MqttAndroidClient that can be used to communicate with an MQTT server on android
MqttAndroidClient.Ack - Enum in org.eclipse.paho.android.service
The Acknowledgment mode for messages received from MqttCallback.messageArrived(String, MqttMessage)
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
 
MqttTraceHandler - Interface in org.eclipse.paho.android.service
Interface for simple trace handling, pass the trace message to trace callback.

O

onBind(Intent) - Method in class org.eclipse.paho.android.service.MqttService
 
onCreate() - Method in class org.eclipse.paho.android.service.MqttService
 
onDestroy() - Method in class org.eclipse.paho.android.service.MqttService
 
onReceive(Context, Intent) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Process incoming Intent objects representing the results of operations and asynchronous activities such as message received
onStartCommand(Intent, int, int) - Method in class org.eclipse.paho.android.service.MqttService
 
org.eclipse.paho.android.service - package org.eclipse.paho.android.service
 

P

ParcelableMqttMessage - Class in org.eclipse.paho.android.service
A way to flow MqttMessages via Bundles/Intents
publish(String, byte[], int, boolean) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Publishes a message to a topic on the server.
publish(String, MqttMessage) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Publishes a message to a topic on the server.
publish(String, byte[], int, boolean, Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Publishes a message to a topic on the server.
publish(String, MqttMessage, Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Publishes a message to a topic on the server.
publish(String, String, byte[], int, boolean, String, String) - Method in class org.eclipse.paho.android.service.MqttService
Publish a message to a topic
publish(String, String, MqttMessage, String, String) - Method in class org.eclipse.paho.android.service.MqttService
Publish a message to a topic

R

registerResources(Context) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Register receiver to receiver intent from MqttService.

S

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

T

traceDebug(String, String) - Method in class org.eclipse.paho.android.service.MqttService
Trace debugging information
traceDebug(String, String) - Method in interface org.eclipse.paho.android.service.MqttTraceHandler
Trace debugging information
traceError(String, String) - Method in class org.eclipse.paho.android.service.MqttService
Trace error information
traceError(String, String) - Method in interface org.eclipse.paho.android.service.MqttTraceHandler
Trace error information
traceException(String, String, Exception) - Method in class org.eclipse.paho.android.service.MqttService
trace exceptions
traceException(String, String, Exception) - Method in interface org.eclipse.paho.android.service.MqttTraceHandler
trace exceptions

U

unregisterResources() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Unregister receiver which receives intent from MqttService avoids IntentReceiver leaks.
unsubscribe(String) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Requests the server unsubscribe the client from a topic.
unsubscribe(String[]) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Requests the server to unsubscribe the client from one or more topics.
unsubscribe(String, Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Requests the server to unsubscribe the client from a topics.
unsubscribe(String[], Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
Requests the server to unsubscribe the client from one or more topics.
unsubscribe(String, String, String, String) - Method in class org.eclipse.paho.android.service.MqttService
Unsubscribe from a topic
unsubscribe(String, String[], String, String) - Method in class org.eclipse.paho.android.service.MqttService
Unsubscribe from one or more topics

V

valueOf(String) - Static method in enum org.eclipse.paho.android.service.MqttAndroidClient.Ack
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.paho.android.service.MqttAndroidClient.Ack
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeToParcel(Parcel, int) - Method in class org.eclipse.paho.android.service.ParcelableMqttMessage
Writes the contents of this object to a parcel
A C D G I M O P R S T U V W 
Skip navigation links