Interface Multipart.General.Strict
- All Superinterfaces:
Multipart,Multipart.General,Multipart.Strict
- All Known Implementing Classes:
Multipart.General$.Strict
- Enclosing interface:
- Multipart.General
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.Multipart
Multipart.BodyPart, Multipart.ByteRanges, Multipart.FormData, Multipart.General, Multipart.StrictNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.Multipart.General
Multipart.General.BodyPart, Multipart.General.Strict -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.stream.javadsl.Source<Multipart.General.BodyPart.Strict,Object> getParts()Iterable<? extends Multipart.General.BodyPart.Strict>Methods inherited from interface org.apache.pekko.http.javadsl.model.Multipart
getMediaTypeMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.General
toStrictMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.Strict
toEntity, toEntity
-
Method Details
-
getParts
org.apache.pekko.stream.javadsl.Source<Multipart.General.BodyPart.Strict,Object> getParts()- Specified by:
getPartsin interfaceMultipart- Specified by:
getPartsin interfaceMultipart.General- Specified by:
getPartsin interfaceMultipart.Strict
-
getStrictParts
Iterable<? extends Multipart.General.BodyPart.Strict> getStrictParts()- Specified by:
getStrictPartsin interfaceMultipart.Strict
-