| Interface | Description |
|---|---|
| ByteBufferPool<T extends ByteBuffer> |
A thread local pool used by a
ByteBufferProvider to create and modify Buffers |
| Class | Description |
|---|---|
| ByteBufferProviderBuilder |
A Builder for a
ByteBufferProvider |
| DirectByteBufferProvider |
A
ByteBufferProvider implementation that can be used to retrieve direct
ByteBuffer's. |
| HeapByteBufferProvider |
A
ByteBufferProvider implementation that can be used to retrieve heap
ByteBuffer's. |
| ThreadPoolBasedByteBufferProvider |
Common logic for the different implementations for
ByteBufferProvider |
| WeavePoolBasedByteBufferProvider |
A
ByteBufferProvider implementation that can be used to retrieve direct or heap
ByteBuffer's based on a pool that saves released DirectByteBuffers to be reused. |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.