Package net.i2p.router.transport.ntcp
Class Reader
java.lang.Object
net.i2p.router.transport.ntcp.Reader
Pool of running threads which will process any read bytes on any of the
NTCPConnections, including the decryption of the data read, connection
handshaking, parsing bytes into I2NP messages, etc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
startReading
(int numReaders) void
void
wantsRead
(NTCPConnection con)
-
Constructor Details
-
Reader
-
-
Method Details
-
startReading
public void startReading(int numReaders) -
stopReading
public void stopReading() -
wantsRead
-
connectionClosed
-