Class I2PSource

    • Field Detail

      • sink

        protected Sink sink
      • thread

        protected final Thread thread
      • verify

        protected final boolean verify
      • raw

        protected final boolean raw
    • Constructor Detail

      • I2PSource

        public I2PSource​(I2PSession sess)
      • I2PSource

        public I2PSource​(I2PSession sess,
                         boolean verify)
      • I2PSource

        public I2PSource​(I2PSession sess,
                         boolean verify,
                         boolean raw)
    • Method Detail

      • setSink

        public void setSink​(Sink sink)
        Specified by:
        setSink in interface Source
      • start

        public void start()
        Specified by:
        start in interface Source
      • run

        public void run()
        Specified by:
        run in interface Runnable