Interface Multipart.General.Strict
- All Superinterfaces:
- Multipart,- Multipart.General,- Multipart.Strict
- All Known Implementing Classes:
- Multipart.General$.Strict
- Enclosing interface:
- Multipart.General
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.MultipartMultipart.BodyPart, Multipart.ByteRanges, Multipart.FormData, Multipart.General, Multipart.StrictNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.Multipart.GeneralMultipart.General.BodyPart, Multipart.General.Strict
- 
Method SummaryModifier 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.MultipartgetMediaTypeMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.GeneraltoStrictMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.StricttoEntity, toEntity
- 
Method Details- 
getPartsorg.apache.pekko.stream.javadsl.Source<Multipart.General.BodyPart.Strict,Object> getParts()- Specified by:
- getPartsin interface- Multipart
- Specified by:
- getPartsin interface- Multipart.General
- Specified by:
- getPartsin interface- Multipart.Strict
 
- 
getStrictPartsIterable<? extends Multipart.General.BodyPart.Strict> getStrictParts()- Specified by:
- getStrictPartsin interface- Multipart.Strict
 
 
-