| Modifier and Type | Field and Description |
|---|---|
private ChannelInput |
input
The input channel to the TX process.
|
private java.io.DataOutputStream |
outputStream
The output stream connecting to the remote node's input stream.
|
| Constructor and Description |
|---|
TxLoop(ChannelInput in,
java.io.DataOutputStream stream)
Constructor to create the TX part of the Link
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The run loop of the TX process
|
private final ChannelInput input
private final java.io.DataOutputStream outputStream
TxLoop(ChannelInput in, java.io.DataOutputStream stream)
in - The channel connecting into the Link TX from the various channels and barriersstream - The output stream connected to the remote node