Package io.micronaut.http.body
Interface ChunkedMessageBodyReader<T>
- Type Parameters:
T
- The type to read
- All Superinterfaces:
MessageBodyReader<T>
- All Known Subinterfaces:
RawMessageBodyHandler<T>
- All Known Implementing Classes:
ByteBufRawMessageBodyHandler
,NettyJsonHandler
,NettyJsonStreamHandler
,NettyWritableBodyWriter
,WritableBodyWriter
Variant of
MessageBodyReader
that allows piecewise reading of the input, e.g. for
json-stream.-
Method Summary
Methods inherited from interface io.micronaut.http.body.MessageBodyReader
isReadable, read, read
-
Method Details
-
readChunked
-