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