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