Package net.i2p.sam

Class SAMv2StreamSession.SAMv2StreamSessionSocketReader

    • Field Detail

      • nolimit

        protected boolean nolimit
      • limit

        protected long limit
      • totalReceived

        protected long totalReceived
    • Constructor Detail

      • SAMv2StreamSessionSocketReader

        public SAMv2StreamSessionSocketReader​(I2PSocket s,
                                              int id)
                                       throws IOException
        Create a new SAM STREAM session socket reader
        Parameters:
        s - Socket to be handled
        id - Unique id assigned to the handler
        Throws:
        IOException