Uses of Enum
io.netty.util.ResourceLeakDetector.Level
Packages that use ResourceLeakDetector.Level
-
Uses of ResourceLeakDetector.Level in io.netty.util
Subclasses with type arguments of type ResourceLeakDetector.Level in io.netty.utilModifier and TypeClassDescriptionstatic enumRepresents the level of resource leak detection.Fields in io.netty.util declared as ResourceLeakDetector.LevelModifier and TypeFieldDescriptionprivate static final ResourceLeakDetector.LevelResourceLeakDetector.DEFAULT_LEVELprivate static ResourceLeakDetector.LevelResourceLeakDetector.levelMethods in io.netty.util that return ResourceLeakDetector.LevelModifier and TypeMethodDescriptionstatic ResourceLeakDetector.LevelResourceLeakDetector.getLevel()Returns the current resource leak detection level.(package private) static ResourceLeakDetector.LevelResourceLeakDetector.Level.parseLevel(String levelStr) Returns level based on string value.static ResourceLeakDetector.LevelReturns the enum constant of this type with the specified name.static ResourceLeakDetector.Level[]ResourceLeakDetector.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.util with parameters of type ResourceLeakDetector.LevelModifier and TypeMethodDescriptionstatic voidResourceLeakDetector.setLevel(ResourceLeakDetector.Level level) Sets the resource leak detection level.