- setCallback(MqttCallback) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Sets the callback listener to use for events that happen asynchronously.
- setCallback(MqttCallback) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- setConnectionTimeout(int) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Sets the connection timeout value.
- setKeepAliveInterval(int) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Sets the "keep alive" interval.
- setPassword(char[]) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Sets the password to use for the connection.
- setPayload(byte[]) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
-
Sets the payload of this message to be the specified byte array.
- setQos(int) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
-
Sets the quality of service for this message.
- setRetained(boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
-
Whether or not the publish message should be retained by the messaging engine.
- setSocketFactory(SocketFactory) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Sets the SocketFactory
to use.
- setUserName(String) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Sets the user name to use for the connection.
- subscribe(String) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Subscribe to a topic, which may include wildcards using a QoS of 1.
- subscribe(String, int) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Subscribe to a topic, which may include wildcards.
- subscribe(String) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- subscribe(String, int) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-