Uses of Interface
io.netty.util.internal.CleanableDirectBuffer
-
Packages that use CleanableDirectBuffer Package Description io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of CleanableDirectBuffer in io.netty.util.internal
Methods in io.netty.util.internal that return CleanableDirectBuffer Modifier and Type Method Description CleanableDirectBufferCleanerJava24Linker. allocate(int capacity)static CleanableDirectBufferPlatformDependent. allocateDirect(int capacity)Allocate a directByteBufferof the given capacity, and return it alongside its deallocation mechanism.static CleanableDirectBufferPlatformDependent. allocateDirect(int capacity, boolean permitExpensiveClean)Allocate a directByteBufferof the given capacity, and return it alongside its deallocation mechanism.static CleanableDirectBufferPlatformDependent. reallocateDirect(CleanableDirectBuffer buffer, int newCapacity)Reallocate a direct buffer with the given new capacity.Methods in io.netty.util.internal with parameters of type CleanableDirectBuffer Modifier and Type Method Description static CleanableDirectBufferPlatformDependent. reallocateDirect(CleanableDirectBuffer buffer, int newCapacity)Reallocate a direct buffer with the given new capacity.
-