Package io.netty.util

Class ThreadDeathWatcher.Watcher

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    ThreadDeathWatcher

    private static final class ThreadDeathWatcher.Watcher
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Watcher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void fetchWatchees()  
      private void notifyWatchees()  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Watcher

        private Watcher()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • fetchWatchees

        private void fetchWatchees()
      • notifyWatchees

        private void notifyWatchees()