Class GracefulShutdown

java.lang.Object
net.i2p.router.tasks.GracefulShutdown
All Implemented Interfaces:
Runnable

public class GracefulShutdown extends Object implements Runnable
Simple thread that sits and waits forever, managing the graceful shutdown "process" (describing it would take more text than just reading the code...)
Since:
0.8.12 moved from Router
  • Constructor Details

  • Method Details

    • run

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