class ClientWriterRunner extends Object implements Runnable
| Constructor and Description |
|---|
ClientWriterRunner(RouterContext context,
ClientConnectionRunner runner) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(net.i2p.data.i2cp.I2CPMessage msg)
Add this message to the writer's queue
Nonblocking, throws exception if queue is full
|
void |
run() |
void |
stopWriting()
No more messages - dont even try to send what we have
|
public ClientWriterRunner(RouterContext context, ClientConnectionRunner runner)
public void addMessage(net.i2p.data.i2cp.I2CPMessage msg)
throws net.i2p.data.i2cp.I2CPMessageException
net.i2p.data.i2cp.I2CPMessageExceptionpublic void stopWriting()