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
Files.Body writer forInputStreams.Adapter from generic streamingByteBodytoStreamingNettyByteBody.Common base class for streaming and immediate netty ByteBody implementations.Body writer forStreamedFiles.Netty implementation for streaming ByteBody.This class buffers input data and distributes it to multipleStreamingNettyByteBodyinstances.Body writer forSystemFiles.