Uses of Class
io.netty5.util.ResourceLeakDetectorFactory
-
Packages that use ResourceLeakDetectorFactory Package Description io.netty5.util Utility classes used across multiple packages. -
-
Uses of ResourceLeakDetectorFactory in io.netty5.util
Methods in io.netty5.util that return ResourceLeakDetectorFactory Modifier and Type Method Description static ResourceLeakDetectorFactory
ResourceLeakDetectorFactory. instance()
Get the singleton instance of this factory class.Methods in io.netty5.util with parameters of type ResourceLeakDetectorFactory Modifier and Type Method Description static void
ResourceLeakDetectorFactory. setResourceLeakDetectorFactory(ResourceLeakDetectorFactory factory)
Set the factory's singleton instance.
-