Interface Multipart.ByteRanges.Strict
- All Superinterfaces:
- Multipart,- Multipart.ByteRanges,- Multipart.Strict
- All Known Implementing Classes:
- Multipart.ByteRanges$.Strict
- Enclosing interface:
- Multipart.ByteRanges
- 
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.ByteRangesMultipart.ByteRanges.BodyPart, Multipart.ByteRanges.Strict
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.javadsl.Source<Multipart.ByteRanges.BodyPart.Strict,Object> getParts()Iterable<? extends Multipart.ByteRanges.BodyPart.Strict>Methods inherited from interface org.apache.pekko.http.javadsl.model.MultipartgetMediaTypeMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.ByteRangestoStrictMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.StricttoEntity, toEntity
- 
Method Details- 
getPartsorg.apache.pekko.stream.javadsl.Source<Multipart.ByteRanges.BodyPart.Strict,Object> getParts()- Specified by:
- getPartsin interface- Multipart
- Specified by:
- getPartsin interface- Multipart.ByteRanges
- Specified by:
- getPartsin interface- Multipart.Strict
 
- 
getStrictPartsIterable<? extends Multipart.ByteRanges.BodyPart.Strict> getStrictParts()- Specified by:
- getStrictPartsin interface- Multipart.Strict
 
 
-