Uses of Package
org.eclipse.paho.client.mqttv3

Classes in org.eclipse.paho.client.mqttv3 used by org.eclipse.paho.client.mqttv3
MqttCallback
          Asynchronous message listener.
MqttClientPersistence
          Represents a persistent data store, used to store outbound and inbound messages while they are in flight, enabling delivery to the QOS specified.
MqttConnectOptions
          Stores options used when connecting to a server.
MqttDeliveryToken
          Provides a mechanism for tracking the delivery of messages.
MqttException
          Thrown if an error occurs communicating with the server.
MqttMessage
          An MQTT message.
MqttPersistable
          Represents an object used to pass data to be persisted across the MqttClientPersistence interface.
MqttPersistenceException
          This exception should be thrown by the implementor of the persistence interface if there is a problem reading or writing persistent data.
MqttSecurityException
          Thrown when a client is not authorized to perform an operation, or if there is a problem with the security configuration.
MqttTopic
          Represents a topic destination, used for publish/subscribe messaging.