Interface Multipart.ByteRanges.BodyPart
- All Superinterfaces:
Multipart.BodyPart
- All Known Subinterfaces:
Multipart.ByteRanges.BodyPart.Strict
- All Known Implementing Classes:
Multipart.ByteRanges$.BodyPart
,Multipart.ByteRanges$.BodyPart$.Strict
- Enclosing interface:
- Multipart.ByteRanges
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiontoStrict
(long timeoutMillis, org.apache.pekko.stream.Materializer materializer) Methods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
getContentDispositionHeader, getDispositionParams, getDispositionType, getEntity, getHeaders
-
Method Details
-
getContentRange
ContentRange getContentRange() -
getRangeUnit
RangeUnit getRangeUnit() -
getAdditionalHeaders
Iterable<HttpHeader> getAdditionalHeaders() -
getContentRangeHeader
ContentRange getContentRangeHeader() -
toStrict
CompletionStage<Multipart.ByteRanges.BodyPart.Strict> toStrict(long timeoutMillis, org.apache.pekko.stream.Materializer materializer) - Specified by:
toStrict
in interfaceMultipart.BodyPart
-