Uses of Class
io.netty.util.ResourceLeakDetectorFactory
Packages that use ResourceLeakDetectorFactory
-
Uses of ResourceLeakDetectorFactory in io.netty.util
Subclasses of ResourceLeakDetectorFactory in io.netty.utilModifier and TypeClassDescriptionprivate static final class
Default implementation that loads custom leak detector via system propertyFields in io.netty.util declared as ResourceLeakDetectorFactoryModifier and TypeFieldDescriptionprivate static ResourceLeakDetectorFactory
ResourceLeakDetectorFactory.factoryInstance
Methods in io.netty.util that return ResourceLeakDetectorFactoryModifier and TypeMethodDescriptionstatic ResourceLeakDetectorFactory
ResourceLeakDetectorFactory.instance()
Get the singleton instance of this factory class.Methods in io.netty.util with parameters of type ResourceLeakDetectorFactoryModifier and TypeMethodDescriptionstatic void
ResourceLeakDetectorFactory.setResourceLeakDetectorFactory
(ResourceLeakDetectorFactory factory) Set the factory's singleton instance.