public static interface Multipart.ByteRanges extends Multipart
Modifier and Type | Interface and Description |
---|---|
static interface |
Multipart.ByteRanges.BodyPart |
static interface |
Multipart.ByteRanges.Strict |
Multipart.ByteRanges, Multipart.FormData, Multipart.General
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.javadsl.Source<? extends Multipart.ByteRanges.BodyPart,java.lang.Object> |
getParts() |
java.util.concurrent.CompletionStage<Multipart.ByteRanges.Strict> |
toStrict(long timeoutMillis,
org.apache.pekko.stream.Materializer materializer)
Converts this content into its strict counterpart.
|
getMediaType, toEntity, toEntity
org.apache.pekko.stream.javadsl.Source<? extends Multipart.ByteRanges.BodyPart,java.lang.Object> getParts()
java.util.concurrent.CompletionStage<Multipart.ByteRanges.Strict> toStrict(long timeoutMillis, org.apache.pekko.stream.Materializer materializer)
Multipart