Package io.micronaut.http.server.netty.body
package io.micronaut.http.server.netty.body
-
ClassDescriptionNetty ByteBuf implementation of ImmediateByteBody.This is a netty-specific reactor-like API for streaming bytes.This interface manages the backpressure for data consumptions.Body writer for
File
s.Body writer forInputStream
s.Adapter from generic streamingByteBody
toStreamingNettyByteBody
.Common base class for streaming and immediate netty ByteBody implementations.Body writer forStreamedFile
s.Netty implementation for streaming ByteBody.This class buffers input data and distributes it to multipleStreamingNettyByteBody
instances.Body writer forSystemFile
s.