Class Multipart.ByteRanges$.BodyPart$.Strict
java.lang.Object
org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart
org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict
- All Implemented Interfaces:
- Serializable,- Multipart.BodyPart,- Multipart.BodyPart.Strict,- Multipart.ByteRanges.BodyPart,- Multipart.ByteRanges.BodyPart.Strict,- scala.Equals,- scala.Product
- Enclosing class:
- Multipart.ByteRanges$.BodyPart$
public static class Multipart.ByteRanges$.BodyPart$.Strict
extends org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart
implements Multipart.BodyPart.Strict, Multipart.ByteRanges.BodyPart.Strict, scala.Product, Serializable
Strict 
ByteRanges.BodyPart.- See Also:
- 
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 SummaryConstructorsConstructorDescriptionStrict(ContentRange contentRange, HttpEntity.Strict entity, RangeUnit rangeUnit, scala.collection.immutable.Seq<HttpHeader> additionalHeaders) 
- 
Method SummaryModifier and TypeMethodDescriptionscala.collection.immutable.Seq<HttpHeader>entity()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) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPartgetContentDispositionHeader, getDispositionParams, getDispositionType, getHeadersMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart.StrictgetEntityMethods inherited from interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.BodyPartgetAdditionalHeaders, getContentRange, getContentRangeHeader, getRangeUnit, toStrictMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator
- 
Constructor Details- 
Strictpublic Strict(ContentRange contentRange, HttpEntity.Strict entity, RangeUnit rangeUnit, scala.collection.immutable.Seq<HttpHeader> additionalHeaders) 
 
- 
- 
Method Details- 
contentRange
- 
entity
- 
rangeUnit
- 
additionalHeaders
- 
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) 
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
 
-