Package | Description |
---|---|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CleanerJava6
Allows to free direct
ByteBuffer by using Cleaner. |
(package private) class |
CleanerJava9
Provide a way to clean a ByteBuffer on Java9+.
|
Modifier and Type | Field and Description |
---|---|
private static Cleaner |
PlatformDependent.CLEANER |
private static Cleaner |
PlatformDependent.NOOP |