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 SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptiontoStrict(long timeoutMillis, org.apache.pekko.stream.Materializer materializer) Methods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPartgetContentDispositionHeader, getDispositionParams, getDispositionType, getEntity, getHeaders
- 
Method Details- 
getContentRangeContentRange getContentRange()
- 
getRangeUnitRangeUnit getRangeUnit()
- 
getAdditionalHeadersIterable<HttpHeader> getAdditionalHeaders()
- 
getContentRangeHeaderContentRange getContentRangeHeader()
- 
toStrictCompletionStage<Multipart.ByteRanges.BodyPart.Strict> toStrict(long timeoutMillis, org.apache.pekko.stream.Materializer materializer) - Specified by:
- toStrictin interface- Multipart.BodyPart
 
 
-