Uses of Interface
io.netty.util.internal.CleanableDirectBuffer
Packages that use CleanableDirectBuffer
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
Unix specific transport.
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of CleanableDirectBuffer in io.netty.buffer
Methods in io.netty.buffer that return CleanableDirectBufferModifier and TypeMethodDescriptionprotected CleanableDirectBufferUnpooledDirectByteBuf.allocateDirectBuffer(int capacity) -
Uses of CleanableDirectBuffer in io.netty.channel.unix
Methods in io.netty.channel.unix that return CleanableDirectBufferModifier and TypeMethodDescriptionstatic CleanableDirectBufferBuffer.allocateDirectBufferWithNativeOrder(int capacity) Returns a newCleanableDirectBufferwhich has the sameByteOrderas the native order of the machine. -
Uses of CleanableDirectBuffer in io.netty.util.internal
Methods in io.netty.util.internal that return CleanableDirectBufferModifier and TypeMethodDescriptionCleanerJava24Linker.allocate(int capacity) static CleanableDirectBufferPlatformDependent.allocateDirect(int capacity) Allocate a directByteBufferof the given capacity, and return it alongside its deallocation mechanism.static CleanableDirectBufferPlatformDependent.allocateDirectBufferNoCleaner(int capacity) static CleanableDirectBufferPlatformDependent.reallocateDirectBufferNoCleaner(CleanableDirectBuffer buffer, int capacity) Reallocate a newByteBufferwith the givencapacity.Methods in io.netty.util.internal with parameters of type CleanableDirectBufferModifier and TypeMethodDescriptionstatic CleanableDirectBufferPlatformDependent.reallocateDirectBufferNoCleaner(CleanableDirectBuffer buffer, int capacity) Reallocate a newByteBufferwith the givencapacity.