Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Field and Description |
---|---|
(package private) static ResourceLeakDetector<ByteBuf> |
AbstractByteBuf.leakDetector |
Modifier and Type | Field and Description |
---|---|
private static ResourceLeakDetector<HashedWheelTimer> |
HashedWheelTimer.leakDetector |
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. |
abstract <T> ResourceLeakDetector<T> |
ResourceLeakDetectorFactory.newResourceLeakDetector(java.lang.Class<T> resource,
int samplingInterval,
long maxActive)
Returns a new instance of a
ResourceLeakDetector with the given resource class. |
<T> ResourceLeakDetector<T> |
ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory.newResourceLeakDetector(java.lang.Class<T> resource,
int samplingInterval,
long maxActive) |