Interface Multipart.Strict
- All Superinterfaces:
- Multipart
- All Known Subinterfaces:
- Multipart.ByteRanges.Strict,- Multipart.FormData.Strict,- Multipart.General.Strict,- Multipart.Strict
- All Known Implementing Classes:
- Multipart.ByteRanges$.Strict,- Multipart.FormData$.Strict,- Multipart.General$.Strict
- Enclosing interface:
- Multipart
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.MultipartMultipart.BodyPart, Multipart.ByteRanges, Multipart.FormData, Multipart.General, Multipart.Strict
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.javadsl.Source<? extends Multipart.BodyPart.Strict,Object> getParts()Iterable<? extends Multipart.BodyPart.Strict>toEntity()Creates an entity from this multipart object using a random boundary.Creates an entity from this multipart object using the specified boundary.Methods inherited from interface org.apache.pekko.http.javadsl.model.MultipartgetMediaType, toStrict
- 
Method Details- 
getPartsorg.apache.pekko.stream.javadsl.Source<? extends Multipart.BodyPart.Strict,Object> getParts()
- 
getStrictPartsIterable<? extends Multipart.BodyPart.Strict> getStrictParts()
- 
toEntityCreates an entity from this multipart object using the specified boundary.
- 
toEntityHttpEntity.Strict toEntity()Creates an entity from this multipart object using a random boundary.
 
-