JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.netty.util
ResourceLeakDetector
LeakListener
Contents
Description
Method Summary
Method Details
onLeak(String, String)
Hide sidebar
Show sidebar
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
void
onLeak
(
String
resourceType,
String
records)
Will be called once a leak is detected.
Method Details
onLeak
void
onLeak
(
String
resourceType,
String
records)
Will be called once a leak is detected.