Class ShutdownHook

  • All Implemented Interfaces:
    Runnable

    public class ShutdownHook
    extends Thread
    Just for failsafe. Standard shutdown should cancel this.
    Since:
    0.8.12 moved from Router.java
    • Constructor Detail

    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread