net.i2p.router.transport.ntcp
Class Reader
java.lang.Object
net.i2p.router.transport.ntcp.Reader
class Reader
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reader
public Reader(RouterContext ctx)
startReading
public void startReading(int numReaders)
stopReading
public void stopReading()
wantsRead
public void wantsRead(NTCPConnection con)
connectionClosed
public void connectionClosed(NTCPConnection con)