Class Reader


  • class Reader
    extends 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.
    • Method Detail

      • startReading

        public void startReading​(int numReaders)
      • stopReading

        public void stopReading()
      • connectionClosed

        public void connectionClosed​(NTCPConnection con)