public static interface Multipart.Strict extends Multipart
Multipart.BodyPart, Multipart.ByteRanges, Multipart.FormData, Multipart.General, Multipart.Strict
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.javadsl.Source<? extends Multipart.BodyPart.Strict,java.lang.Object> |
getParts() |
java.lang.Iterable<? extends Multipart.BodyPart.Strict> |
getStrictParts() |
HttpEntity.Strict |
toEntity()
Creates an entity from this multipart object using a random boundary.
|
HttpEntity.Strict |
toEntity(java.lang.String boundary)
Creates an entity from this multipart object using the specified boundary.
|
getMediaType, toStrict
org.apache.pekko.stream.javadsl.Source<? extends Multipart.BodyPart.Strict,java.lang.Object> getParts()
java.lang.Iterable<? extends Multipart.BodyPart.Strict> getStrictParts()
HttpEntity.Strict toEntity(java.lang.String boundary)
HttpEntity.Strict toEntity()