Package io.micronaut.http.server.netty.body
package io.micronaut.http.server.netty.body
-
ClassDescriptionBase class for a raw
HttpBody
with just bytes.Body writer forFile
s.Base type for a representation of an HTTP request body.Fully bufferedByteBody
, all operations are eager.ImmediateMultiObjectBody
, all operations are eager.HttpBody
that contains a single object.Body writer forInputStream
s.A body consisting of multiple objects of arbitrary type.Body writer forStreamedFile
s.ByteBody
implementation that wraps aStreamedHttpRequest
.MultiObjectBody
derived from aStreamingByteBody
.Body writer forSystemFile
s.