Class SessionIdleTimer

    • Constructor Detail

      • SessionIdleTimer

        public SessionIdleTimer​(I2PAppContext context,
                                I2PSessionImpl session,
                                boolean reduce,
                                boolean shutdown)
        reduce, shutdown, or both must be true
    • Method Detail

      • timeReached

        public void timeReached()
        Description copied from interface: SimpleTimer.TimedEvent
        the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
        Specified by:
        timeReached in interface SimpleTimer.TimedEvent