Package | Description |
---|---|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Method and Description |
---|---|
static ResourceLeakDetector.Level |
ResourceLeakDetector.getLevel()
Returns the current resource leak detection level.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ResourceLeakDetector.setLevel(ResourceLeakDetector.Level level)
Sets the resource leak detection level.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.