Interface Multipart.ByteRanges.Strict
- All Superinterfaces:
Multipart,Multipart.ByteRanges,Multipart.Strict
- All Known Implementing Classes:
Multipart.ByteRanges$.Strict
- Enclosing interface:
- Multipart.ByteRanges
-
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.ByteRanges
Multipart.ByteRanges.BodyPart, Multipart.ByteRanges.Strict -
Method Summary
Modifier 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.Multipart
getMediaTypeMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges
toStrictMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.Strict
toEntity, toEntity
-
Method Details
-
getParts
org.apache.pekko.stream.javadsl.Source<Multipart.ByteRanges.BodyPart.Strict,Object> getParts()- Specified by:
getPartsin interfaceMultipart- Specified by:
getPartsin interfaceMultipart.ByteRanges- Specified by:
getPartsin interfaceMultipart.Strict
-
getStrictParts
Iterable<? extends Multipart.ByteRanges.BodyPart.Strict> getStrictParts()- Specified by:
getStrictPartsin interfaceMultipart.Strict
-