Uses of Class
io.netty.util.ResourceLeakDetector.Level
-
Packages that use ResourceLeakDetector.Level Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of ResourceLeakDetector.Level in io.netty.util
Fields in io.netty.util declared as ResourceLeakDetector.Level Modifier and Type Field Description private static ResourceLeakDetector.Level
ResourceLeakDetector. DEFAULT_LEVEL
private static ResourceLeakDetector.Level
ResourceLeakDetector. level
Methods in io.netty.util that return ResourceLeakDetector.Level Modifier and Type Method Description static ResourceLeakDetector.Level
ResourceLeakDetector. getLevel()
Returns the current resource leak detection level.(package private) static ResourceLeakDetector.Level
ResourceLeakDetector.Level. parseLevel(java.lang.String levelStr)
Returns level based on string value.static ResourceLeakDetector.Level
ResourceLeakDetector.Level. valueOf(java.lang.String name)
Returns 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.Level Modifier and Type Method Description static void
ResourceLeakDetector. setLevel(ResourceLeakDetector.Level level)
Sets the resource leak detection level.
-