Package io.netty.util
Class ThreadDeathWatcher.Watcher
- java.lang.Object
-
- io.netty.util.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
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<ThreadDeathWatcher.Entry>
watchees
-
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()
-
-
-
Field Detail
-
watchees
private final java.util.List<ThreadDeathWatcher.Entry> watchees
-
-