Package io.micronaut.http.body
Interface ChunkedMessageBodyReader<T>
- Type Parameters:
T- The type to read
- All Superinterfaces:
MessageBodyReader<T>,io.micronaut.core.order.Ordered
Variant of
MessageBodyReader that allows piecewise reading of the input, e.g. for
json-stream.-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<T>readChunked(io.micronaut.core.type.Argument<T> type, MediaType mediaType, io.micronaut.core.type.Headers httpHeaders, org.reactivestreams.Publisher<io.micronaut.core.io.buffer.ByteBuffer<?>> input) Methods inherited from interface io.micronaut.http.body.MessageBodyReader
isReadable, read, readMethods inherited from interface io.micronaut.core.order.Ordered
getOrder
-
Method Details
-
readChunked
-