- Debug - Class in org.eclipse.paho.client.mqttv3.util
-
Utility to help debug problems with the Paho MQTT client
Once initialised a call to dumpClientDebug will force any memory trace
together with pertinent client and system state to the main log facility.
- Debug(String, ClientComms) - Constructor for class org.eclipse.paho.client.mqttv3.util.Debug
-
Set the debug facility up for a specific client
- decode(String) - Static method in class org.eclipse.paho.client.mqttv3.internal.security.SimpleBase64Encoder
-
- DEFAULT_PROTOCOL - Static variable in class org.eclipse.paho.client.mqttv3.internal.security.SSLSocketFactoryFactory
-
- DELETE_OLDEST_MESSAGES_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.DisconnectedBufferOptions
-
- deleteBufferedMessage(int) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
-
- deleteBufferedMessage(int) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
-
- deleteMessage(int) - Method in class org.eclipse.paho.client.mqttv3.internal.DisconnectedMessageBuffer
-
Removes a message from the buffer
- deliveryComplete(IMqttDeliveryToken) - Method in interface org.eclipse.paho.client.mqttv3.MqttCallback
-
Called when delivery for a message has been completed, and all
acknowledgments have been received.
- deObfuscate(String) - Static method in class org.eclipse.paho.client.mqttv3.internal.security.SSLSocketFactoryFactory
-
The inverse operation of obfuscate: returns a cleartext password that was
previously obfuscated using the XOR scrambler.
- DestinationProvider - Interface in org.eclipse.paho.client.mqttv3.internal
-
This interface exists to act as a common type for
MqttClient and MqttMIDPClient so they can be passed to
ClientComms without either client class need to know
about the other.
- disconnect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
-
Disconnects from the server.
- disconnect(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
-
Disconnects from the server.
- disconnect(Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
-
Disconnects from the server.
- disconnect(long, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
-
Disconnects from the server.
- disconnect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Disconnects from the server.
- disconnect(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Disconnects from the server.
- disconnect(MqttDisconnect, long, MqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
-
- disconnect(Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
-
- disconnect() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
-
- disconnect(long) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
-
- disconnect(long, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
-
- disconnect() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- disconnect(long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- disconnected(MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
-
Called when the client has been disconnected from the broker.
- DISCONNECTED_BUFFER_ENABLED_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.DisconnectedBufferOptions
-
- DISCONNECTED_BUFFER_SIZE_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.DisconnectedBufferOptions
-
The default size of the disconnected buffer
- DisconnectedBufferOptions - Class in org.eclipse.paho.client.mqttv3
-
Holds the set of options that govern the behaviour
of Offline (or Disconnected) buffering of messages
- DisconnectedBufferOptions() - Constructor for class org.eclipse.paho.client.mqttv3.DisconnectedBufferOptions
-
Constructs a new DisconnectedBufferOptions
object using the
default values.
- DisconnectedMessageBuffer - Class in org.eclipse.paho.client.mqttv3.internal
-
- DisconnectedMessageBuffer(DisconnectedBufferOptions) - Constructor for class org.eclipse.paho.client.mqttv3.internal.DisconnectedMessageBuffer
-
- disconnectForcibly() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
-
Disconnects from the server forcibly to reset all the states.
- disconnectForcibly(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
-
Disconnects from the server forcibly to reset all the states.
- disconnectForcibly(long, long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
-
Disconnects from the server forcibly to reset all the states.
- disconnectForcibly() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Disconnects from the server forcibly to reset all the states.
- disconnectForcibly(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Disconnects from the server forcibly to reset all the states.
- disconnectForcibly(long, long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Disconnects from the server forcibly to reset all the states.
- disconnectForcibly(long, long) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
-
Disconnect the connection and reset all the states.
- disconnectForcibly() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
-
- disconnectForcibly(long) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
-
- disconnectForcibly(long, long) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
-
- disconnectForcibly() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- disconnectForcibly(long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- disconnectForcibly(long, long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- dumpBaseDebug() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
-
Dump of JVM wide debug info.
- dumpClientComms() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
-
Dump interesting variables from ClientComms
- dumpClientDebug() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
-
Dump maximum debug info.
- dumpClientState() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
-
Dump interesting variables from ClientState
- dumpConOptions() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
-
Dump Connection options
- dumpProperties(Properties, String) - Static method in class org.eclipse.paho.client.mqttv3.util.Debug
-
Return a set of properties as a formatted string
- dumpSystemProperties() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
-
Dump the current set of system.properties to a log record
- dumpTrace() - Method in class org.eclipse.paho.client.mqttv3.logging.JSR47Logger
-
- dumpTrace() - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
-