Package net.i2p.router.transport.ntcp
Class Writer
java.lang.Object
net.i2p.router.transport.ntcp.Writer
Pool of running threads which will transform the next I2NP message into
something ready to be transferred over an NTCP connection, including the
encryption of the data read.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
startWriting
(int numWriters) void
void
wantsWrite
(NTCPConnection con, String source)
-
Constructor Details
-
Writer
-
-
Method Details
-
startWriting
public void startWriting(int numWriters) -
stopWriting
public void stopWriting() -
wantsWrite
-
connectionClosed
-