Uses of Package
net.sf.xenqtt

Packages that use net.sf.xenqtt
net.sf.xenqtt   
net.sf.xenqtt.application   
net.sf.xenqtt.client   
net.sf.xenqtt.message   
net.sf.xenqtt.mockbroker   
net.sf.xenqtt.proxy   
net.sf.xenqtt.test   
 

Classes in net.sf.xenqtt used by net.sf.xenqtt
MqttException
          General mqtt exception used by this library.
 

Classes in net.sf.xenqtt used by net.sf.xenqtt.application
AppContext
          Contains the application context for a Xenqtt application
 

Classes in net.sf.xenqtt used by net.sf.xenqtt.client
MqttCommandCancelledException
          Thrown when a BlockingCommand is cancelled.
MqttInterruptedException
          This is a wrapper for InterruptedException.
MqttInvocationError
          Thrown when an Error occurs during the processing of a command.
MqttInvocationException
          Thrown when an Exception occurs during the processing of a command.
MqttQosNotGrantedException
          Thrown by synchronous MqttClient.subscribe(java.util.List) and MqttClient.subscribe(Subscription[]) methods when the QoS granted for a subscription request does not match the QoS requested.
MqttTimeoutException
          Thrown when a timeout occurs in xenqtt.
MqttTooManyMessagesInFlightException
          Thrown when an AsyncMqttClient tries to send a message when MqttClientConfig.getMaxInFlightMessages() messages are already in-flight.
 

Classes in net.sf.xenqtt used by net.sf.xenqtt.message
MqttCommandCancelledException
          Thrown when a BlockingCommand is cancelled.
MqttInterruptedException
          This is a wrapper for InterruptedException.
MqttInvocationError
          Thrown when an Error occurs during the processing of a command.
MqttInvocationException
          Thrown when an Exception occurs during the processing of a command.
MqttTimeoutException
          Thrown when a timeout occurs in xenqtt.
 

Classes in net.sf.xenqtt used by net.sf.xenqtt.mockbroker
SimpleBroker
          Simple broker implementation.
 

Classes in net.sf.xenqtt used by net.sf.xenqtt.proxy
SimpleBroker
          Simple broker implementation.
 

Classes in net.sf.xenqtt used by net.sf.xenqtt.test
AppContext
          Contains the application context for a Xenqtt application
 



Copyright © 2013. All Rights Reserved.