Class ImmediateByteBody

java.lang.Object
io.micronaut.http.server.netty.body.ImmediateByteBody
All Implemented Interfaces:
ByteBody, HttpBody

@Internal public final class ImmediateByteBody extends Object implements ByteBody
Fully buffered ByteBody, all operations are eager.
Since:
4.0.0
Author:
Jonas Konrad