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 classDefault implementation that loads custom leak detector via system propertyFields in io.netty.util declared as ResourceLeakDetectorFactoryModifier and TypeFieldDescriptionprivate static ResourceLeakDetectorFactoryResourceLeakDetectorFactory.factoryInstanceMethods in io.netty.util that return ResourceLeakDetectorFactoryModifier and TypeMethodDescriptionstatic ResourceLeakDetectorFactoryResourceLeakDetectorFactory.instance()Get the singleton instance of this factory class.Methods in io.netty.util with parameters of type ResourceLeakDetectorFactoryModifier and TypeMethodDescriptionstatic voidResourceLeakDetectorFactory.setResourceLeakDetectorFactory(ResourceLeakDetectorFactory factory) Set the factory's singleton instance.