Uses of Interface
net.sf.xenqtt.message.BlockingCommand

Packages that use BlockingCommand
net.sf.xenqtt.message   
 

Uses of BlockingCommand in net.sf.xenqtt.message
 

Classes in net.sf.xenqtt.message that implement BlockingCommand
 class AbstractBlockingCommand<T>
          Implementation of BlockingCommand that provides a simple extension point for command implementations.
 

Methods in net.sf.xenqtt.message with parameters of type BlockingCommand
 boolean MqttChannel.send(MqttMessage message, BlockingCommand<MqttMessage> blockingCommand)
          Sends the specified message asynchronously.
 

Constructors in net.sf.xenqtt.message with parameters of type BlockingCommand
MqttClientChannel(String host, int port, MessageHandler handler, Selector selector, long messageResendIntervalMillis, BlockingCommand<?> connectionCompleteCommand)
          Starts an asynchronous connection to the specified host and port.
 



Copyright © 2013. All Rights Reserved.