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