Package io.netty.util
Interface ResourceLeakDetector.LeakListener
-
- Enclosing class:
- ResourceLeakDetector<T>
public static interface ResourceLeakDetector.LeakListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLeak(String resourceType, String records)Will be called once a leak is detected.
-