- getClientId() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Returns the client ID used by this client.
- getClientId() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- getConnectionTimeout() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Returns the connection timeout value in seconds.
- getKeepAliveInterval() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Returns the "keep alive" interval.
- getMessage() - Method in exception org.eclipse.paho.client.mqttv3.MqttException
-
Returns the detail message for this exception.
- getMqttVersion() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Returns the MQTT version.
- getPassword() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Returns the password to use for the connection.
- getPayload() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
-
Returns the payload as a byte array.
- getQos() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
-
Returns the quality of service for this message.
- getReasonCode() - Method in exception org.eclipse.paho.client.mqttv3.MqttException
-
Returns the reason code for this exception.
- getServerURI() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Returns the address of the server used by this client, as a URI.
- getServerURI() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- getSocketFactory() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Returns the socket factory that will be used when connecting, or null
if one has not been set.
- getUserName() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
Returns the user name to use for the connection.