org.eclipse.paho.client.mqttv3.internal
Class CommsSender

java.lang.Object
  extended by org.eclipse.paho.client.mqttv3.internal.CommsSender
All Implemented Interfaces:
Runnable

public class CommsSender
extends Object
implements Runnable


Constructor Summary
CommsSender(ClientComms clientComms, ClientState clientState, CommsTokenStore tokenStore, OutputStream out)
           
 
Method Summary
 void run()
           
 void start(String threadName)
          Starts up the Sender thread.
 void stop()
          Stops the Sender's thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommsSender

public CommsSender(ClientComms clientComms,
                   ClientState clientState,
                   CommsTokenStore tokenStore,
                   OutputStream out)
Method Detail

start

public void start(String threadName)
Starts up the Sender thread.


stop

public void stop()
Stops the Sender's thread. This call will block.


run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013. All Rights Reserved.