Class ReactiveByteBufferByteBody

All Implemented Interfaces:
ByteBody, CloseableByteBody, Closeable, AutoCloseable

@Internal public final class ReactiveByteBufferByteBody extends BaseStreamingByteBody<ReactiveByteBufferByteBody.SharedBuffer> implements CloseableByteBody
Streaming ByteBody implementation based on NIO ByteBuffers.
Since:
4.8.0
Author:
Jonas Konrad