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.Base type for a representation of an HTTP request body.ImmediateMultiObjectBody, all operations are eager.HttpBodythat contains a single object.Body writer forInputStreams.A body consisting of multiple objects of arbitrary type.Common base class for streaming and immediate netty ByteBody implementations.Body writer forStreamedFiles.MultiObjectBodyderived from aStreamingByteBody.Netty implementation for streaming ByteBody.This class buffers input data and distributes it to multipleStreamingNettyByteBodyinstances.Body writer forSystemFiles.