Package io.micronaut.http.netty.body
package io.micronaut.http.netty.body
-
ClassDescriptionNetty ByteBuf implementation of ImmediateByteBody.Body size limits.This is a netty-specific reactor-like API for streaming bytes.This interface manages the backpressure for data consumptions.This class takes in JSON data and does simple parsing to detect boundaries between json nodes.A region that contains a JSON node.Adapter from generic streaming
ByteBody
toStreamingNettyByteBody
.Common base class for streaming and immediate netty ByteBody implementations.Handler for nettyByteBuf
.A JSON body should not be escaped or parsed as a JSON value.Replacement forJsonMessageHandler
withChunkedMessageBodyReader
support.Netty json stream implementation for MessageBodyHandler.Netty-specific writer implementation.This interface is used to write the different kinds of netty responses.Netty implementation for streaming ByteBody.This class buffers input data and distributes it to multipleStreamingNettyByteBody
instances.