Package | Description |
---|---|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
Default implementation that loads custom leak detector via system property
|
Modifier and Type | Field and Description |
---|---|
private static ResourceLeakDetectorFactory |
ResourceLeakDetectorFactory.factoryInstance |
Modifier and Type | Method and Description |
---|---|
static ResourceLeakDetectorFactory |
ResourceLeakDetectorFactory.instance()
Get the singleton instance of this factory class.
|
Modifier and Type | Method and Description |
---|---|
static void |
ResourceLeakDetectorFactory.setResourceLeakDetectorFactory(ResourceLeakDetectorFactory factory)
Set the factory's singleton instance.
|