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.Base type for a representation of an HTTP request body.ImmediateMultiObjectBody
, all operations are eager.HttpBody
that contains a single object.Body writer forInputStream
s.A body consisting of multiple objects of arbitrary type.Common base class for streaming and immediate netty ByteBody implementations.Body writer forStreamedFile
s.MultiObjectBody
derived from aStreamingByteBody
.Netty implementation for streaming ByteBody.This class buffers input data and distributes it to multipleStreamingNettyByteBody
instances.Body writer forSystemFile
s.