public class CommsSender
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
CommsSender(ClientComms clientComms,
ClientState clientState,
CommsTokenStore tokenStore,
java.io.OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
start(java.lang.String threadName)
Starts up the Sender thread.
|
void |
stop()
Stops the Sender's thread.
|
public CommsSender(ClientComms clientComms, ClientState clientState, CommsTokenStore tokenStore, java.io.OutputStream out)