Class Multipart.ByteRanges$.BodyPart
java.lang.Object
org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
- All Implemented Interfaces:
- Multipart.BodyPart,- Multipart.ByteRanges.BodyPart,- Multipart.BodyPart
- Enclosing class:
- Multipart.ByteRanges$
public abstract static class Multipart.ByteRanges$.BodyPart
extends Object
implements Multipart.BodyPart, Multipart.ByteRanges.BodyPart
Body part of the 
Multipart.ByteRanges model.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPartMultipart.BodyPart.StrictNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.BodyPartMultipart.ByteRanges.BodyPart.Strict
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract scala.collection.immutable.Seq<HttpHeader>Part headers, not including the Content-Range header.abstract ContentRangeTheContentRangecontained in this part.TheContent-Rangeheader of this part.Java APIJava APIJava APIJava APIscala.collection.immutable.Seq<HttpHeader>headers()The headers the part carries.abstract RangeUnitThepekko.http.scaladsl.model.headers.RangeUnitfor thecontentRange.toStrict(long timeoutMillis, org.apache.pekko.stream.Materializer materializer) Java APIscala.concurrent.Future<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict>toStrict(scala.concurrent.duration.FiniteDuration timeout, org.apache.pekko.stream.Materializer fm) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPartcontentDispositionHeader, dispositionParams, dispositionType, entity, getContentDispositionHeader, getDispositionParams, getDispositionType, getEntity, getHeaders
- 
Constructor Details- 
BodyPartpublic BodyPart()
 
- 
- 
Method Details- 
contentRangeTheContentRangecontained in this part.- Returns:
- (undocumented)
 
- 
rangeUnitThepekko.http.scaladsl.model.headers.RangeUnitfor thecontentRange.- Returns:
- (undocumented)
 
- 
additionalHeadersPart headers, not including the Content-Range header.- Returns:
- (undocumented)
 
- 
contentRangeHeaderTheContent-Rangeheader of this part.- Returns:
- (undocumented)
 
- 
headersDescription copied from interface:Multipart.BodyPartThe headers the part carries.- Specified by:
- headersin interface- Multipart.BodyPart
- Returns:
- (undocumented)
 
- 
toStrictpublic scala.concurrent.Future<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict> toStrict(scala.concurrent.duration.FiniteDuration timeout, org.apache.pekko.stream.Materializer fm) - Specified by:
- toStrictin interface- Multipart.BodyPart
 
- 
getContentRangeJava API- Specified by:
- getContentRangein interface- Multipart.ByteRanges.BodyPart
 
- 
getRangeUnitJava API- Specified by:
- getRangeUnitin interface- Multipart.ByteRanges.BodyPart
 
- 
getAdditionalHeadersJava API- Specified by:
- getAdditionalHeadersin interface- Multipart.ByteRanges.BodyPart
 
- 
getContentRangeHeaderJava API- Specified by:
- getContentRangeHeaderin interface- Multipart.ByteRanges.BodyPart
 
- 
toStrictpublic CompletionStage<Multipart.ByteRanges.BodyPart.Strict> toStrict(long timeoutMillis, org.apache.pekko.stream.Materializer materializer) Java API- Specified by:
- toStrictin interface- Multipart.BodyPart
- Specified by:
- toStrictin interface- Multipart.BodyPart
- Specified by:
- toStrictin interface- Multipart.ByteRanges.BodyPart
 
 
-