Class DaemonThread

    • Constructor Detail

      • DaemonThread

        public DaemonThread​(String[] args)
        Construct a DaemonThread with the command line arguments args.
        Parameters:
        args - A String array to pass to Daemon.main().
    • Method Detail

      • halt

        public void halt()
      • update

        public void update​(Properties options)
        The NamingServiceUpdater interface. While this may be called directly, the recommended way is to call I2PAppContext.namingService().requestUpdate(Properties) which will call this.
        Specified by:
        update in interface NamingServiceUpdater
        Parameters:
        options - ignored, may be null
        Since:
        0.8.7