Uses of Interface
io.netty5.util.ResourceLeakTracker
- 
Packages that use ResourceLeakTracker Package Description io.netty5.util Utility classes used across multiple packages. - 
- 
Uses of ResourceLeakTracker in io.netty5.util
Methods in io.netty5.util that return ResourceLeakTracker Modifier and Type Method Description ResourceLeakTracker<T>ResourceLeakDetector. track(T obj)Creates a newResourceLeakTrackerwhich is expected to be closed viaclose(Object)when the related resource is deallocated. 
 -