Interface ChunkedMessageBodyReader<T>
- Type Parameters:
T- The type to read
- All Superinterfaces:
MessageBodyReader<T>
- All Known Implementing Classes:
NettyByteBufMessageBodyHandler, NettyJsonHandler, NettyJsonStreamHandler, StringBodyReader, TextPlainObjectBodyReader, WritableBodyWriter
Variant of
MessageBodyReader that allows piecewise reading of the input, e.g. for
json-stream.-
Method Summary
Modifier and TypeMethodDescriptionreadChunked(Argument<T> type, @Nullable MediaType mediaType, Headers httpHeaders, Publisher<ByteBuffer<?>> input) Methods inherited from interface MessageBodyReader
isReadable, read, read
-
Method Details
-
readChunked
-