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