public static interface Multipart.ByteRanges.BodyPart extends Multipart.BodyPart
Modifier and Type | Interface and Description |
---|---|
static interface |
Multipart.ByteRanges.BodyPart.Strict |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<HttpHeader> |
getAdditionalHeaders() |
ContentRange |
getContentRange() |
ContentRange |
getContentRangeHeader() |
RangeUnit |
getRangeUnit() |
java.util.concurrent.CompletionStage<Multipart.ByteRanges.BodyPart.Strict> |
toStrict(long timeoutMillis,
org.apache.pekko.stream.Materializer materializer) |
getContentDispositionHeader, getDispositionParams, getDispositionType, getEntity, getHeaders
ContentRange getContentRange()
RangeUnit getRangeUnit()
java.lang.Iterable<HttpHeader> getAdditionalHeaders()
ContentRange getContentRangeHeader()
java.util.concurrent.CompletionStage<Multipart.ByteRanges.BodyPart.Strict> toStrict(long timeoutMillis, org.apache.pekko.stream.Materializer materializer)
toStrict
in interface Multipart.BodyPart