Package | Description |
---|---|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Method and Description |
---|---|
<T> ResourceLeakDetector<T> |
ResourceLeakDetectorFactory.newResourceLeakDetector(java.lang.Class<T> resource)
Returns a new instance of a
ResourceLeakDetector with the given resource class. |
<T> ResourceLeakDetector<T> |
ResourceLeakDetectorFactory.newResourceLeakDetector(java.lang.Class<T> resource,
int samplingInterval)
Returns a new instance of a
ResourceLeakDetector with the given resource class. |
abstract <T> ResourceLeakDetector<T> |
ResourceLeakDetectorFactory.newResourceLeakDetector(java.lang.Class<T> resource,
int samplingInterval,
long maxActive)
Deprecated.
Use
ResourceLeakDetectorFactory.newResourceLeakDetector(Class, int) instead.
Returns a new instance of a |
Copyright © 2008–2018 The Netty Project. All rights reserved.