Uses of Interface
net.sf.xenqtt.client.ClientFactory

Packages that use ClientFactory
net.sf.xenqtt.client   
 

Uses of ClientFactory in net.sf.xenqtt.client
 

Subinterfaces of ClientFactory in net.sf.xenqtt.client
 interface AsyncClientFactory
          Used to create multiple "sibling" async clients that share an Executor, broker URI, etc.
 interface SyncClientFactory
          Used to create multiple "sibling" synchronous clients that share an Executor, broker URI, etc.
 

Classes in net.sf.xenqtt.client that implement ClientFactory
 class MqttClientFactory
          Used to create multiple "sibling" clients that share an Executor, broker URI, etc.
 



Copyright © 2013. All Rights Reserved.