org.eclipse.paho.client.mqttv3.internal
Class CommsSender
java.lang.Object
org.eclipse.paho.client.mqttv3.internal.CommsSender
- All Implemented Interfaces:
- Runnable
public class CommsSender
- extends Object
- implements Runnable
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 |
CommsSender
public CommsSender(ClientComms clientComms,
ClientState clientState,
CommsTokenStore tokenStore,
OutputStream out)
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.