Class ReactiveByteBufferByteBody

java.lang.Object
io.micronaut.http.body.ReactiveByteBufferByteBody
All Implemented Interfaces:
ByteBody, CloseableByteBody, InternalByteBody, Closeable, AutoCloseable

@Internal public final class ReactiveByteBufferByteBody extends Object implements CloseableByteBody, InternalByteBody
Streaming ByteBody implementation based on NIO ByteBuffers.
Since:
4.8.0
Author:
Jonas Konrad