Package io.undertow.server
Class DirectByteBufferDeallocator
- java.lang.Object
-
- io.undertow.server.DirectByteBufferDeallocator
-
public final class DirectByteBufferDeallocator extends java.lang.Object
DirectByteBufferDeallocator
Utility class used to free direct buffer memory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
free(java.nio.ByteBuffer buffer)
Attempts to deallocate the underlying direct memory.
-