Package io.micronaut.http.netty.body
package io.micronaut.http.netty.body
-
ClassDescriptionNetty ByteBuf implementation of ImmediateByteBody.This is a netty-specific reactor-like API for streaming bytes.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.ByteBodyFactory
implementation with netty-optimized bodies.Handler for nettyByteBuf
.Replacement forJsonMessageHandler
withChunkedMessageBodyReader
support.Netty json stream implementation for MessageBodyHandler.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.