Class AvailableNettyByteBody

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

@Internal public final class AvailableNettyByteBody extends NettyByteBody implements CloseableAvailableByteBody
Netty ByteBuf implementation of ImmediateByteBody.
Since:
4.5.0
Author:
Jonas Konrad