Package io.micronaut.http.server.netty.body
package io.micronaut.http.server.netty.body
-
ClassDescriptionBase class for a raw
HttpBodywith just bytes.Body writer forFiles.Base type for a representation of an HTTP request body.Fully bufferedByteBody, all operations are eager.ImmediateMultiObjectBody, all operations are eager.HttpBodythat contains a single object.Body writer forInputStreams.A body consisting of multiple objects of arbitrary type.Body writer forStreamedFiles.ByteBodyimplementation that wraps aStreamedHttpRequest.MultiObjectBodyderived from aStreamingByteBody.Body writer forSystemFiles.