public static interface ResourceLeakDetector.LeakListener
Modifier and Type | Method and Description |
---|---|
void |
onLeak(String resourceType,
String records)
Will be called once a leak is detected.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.