Class AvailableNettyByteBody

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

@Internal @Deprecated(since="4.10.0", forRemoval=true) public final class AvailableNettyByteBody extends InternalByteBody implements CloseableAvailableByteBody
Deprecated, for removal: This API element is subject to removal in a future version.
Netty ByteBuf implementation of ImmediateByteBody.
Since:
4.5.0
Author:
Jonas Konrad