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
Subclasses of ResourceLeakDetectorFactory in io.netty.util Modifier and Type Class Description private static class
ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
Default implementation that loads custom leak detector via system propertyFields in io.netty.util declared as ResourceLeakDetectorFactory Modifier and Type Field Description private static ResourceLeakDetectorFactory
ResourceLeakDetectorFactory. factoryInstance
Methods in io.netty.util that return ResourceLeakDetectorFactory Modifier and Type Method Description static ResourceLeakDetectorFactory
ResourceLeakDetectorFactory. 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 void
ResourceLeakDetectorFactory. setResourceLeakDetectorFactory(ResourceLeakDetectorFactory factory)
Set the factory's singleton instance.
-