Class StreamingNettyByteBody

java.lang.Object
io.micronaut.http.server.netty.body.NettyByteBody
io.micronaut.http.server.netty.body.StreamingNettyByteBody
All Implemented Interfaces:
ByteBody, CloseableByteBody, InternalByteBody, Closeable, AutoCloseable

@Internal public final class StreamingNettyByteBody extends NettyByteBody implements CloseableByteBody
Netty implementation for streaming ByteBody.
Since:
4.5.0
Author:
Jonas Konrad