java.lang.Object
io.helidon.http.media.multipart.MultiPart
- All Implemented Interfaces:
Iterator<ReadablePart>
Multi part message is an iterator of parts. The iterator can be traversed one time only,
as the data is read during processing (so we do not create parts in memory).
This type can be used with
ReadableEntity#as(Class)
.-
Field Details
-
GENERIC_TYPE
Generic type ofMultiPart
.
-
-
Constructor Details
-
MultiPart
public MultiPart()
-