Package io.helidon.http.media.multipart
Interface WriteableMultiPart
- All Superinterfaces:
Iterator<WriteablePart>
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 when sending entities with server response and client request.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final GenericType
<WriteableMultiPart> Generic type for writable multi part. -
Method Summary
Modifier and TypeMethodDescriptionstatic WriteableMultiPart.Builder
builder()
Builder to construct a new multi part message.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Field Details
-
GENERIC_TYPE
Generic type for writable multi part.
-
-
Method Details
-
builder
Builder to construct a new multi part message.- Returns:
- a new builder
-