Class MultiPartDecoder

java.lang.Object
io.helidon.media.multipart.MultiPartDecoder
All Implemented Interfaces:
Flow.Processor<DataChunk,ReadableBodyPart>, Flow.Publisher<ReadableBodyPart>, Flow.Subscriber<DataChunk>

public class MultiPartDecoder extends Object implements Flow.Processor<DataChunk,ReadableBodyPart>
Reactive processor that decodes HTTP payload as a stream of BodyPart. This implementation is documented here /docs-internal/multipartdecoder.md.