|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |