case class Strict(contentRange: ContentRange, entity: HttpEntity.Strict, rangeUnit: RangeUnit = RangeUnits.Bytes, additionalHeaders: Seq[HttpHeader] = Nil) extends BodyPart with BodyPart.Strict with javadsl.model.Multipart.ByteRanges.BodyPart.Strict with Product with Serializable
- Alphabetic
- By Inheritance
- Strict
- Serializable
- Product
- Equals
- Strict
- Strict
- Strict
- BodyPart
- BodyPart
- BodyPart
- BodyPart
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Strict(contentRange: ContentRange, entity: HttpEntity.Strict, rangeUnit: RangeUnit = RangeUnits.Bytes, additionalHeaders: Seq[HttpHeader] = Nil)
Value Members
- val additionalHeaders: Seq[HttpHeader]
Part headers, not including the Content-Range header.
- def contentDispositionHeader: Option[Content-Disposition]
The potentially present `Content-Disposition` header.
The potentially present `Content-Disposition` header.
- Definition Classes
- BodyPart
- val contentRange: ContentRange
The ContentRange contained in this part.
The ContentRange contained in this part.
- def contentRangeHeader: Content-Range
The
Content-Range
header of this part.The
Content-Range
header of this part.- Definition Classes
- BodyPart
- def dispositionParams: Map[String, String]
The parameters of the potentially present `Content-Disposition` header.
The parameters of the potentially present `Content-Disposition` header. Returns an empty map if no such header is present.
- Definition Classes
- BodyPart
- def dispositionType: Option[ContentDispositionType]
The akka.http.scaladsl.model.headers.ContentDispositionType of the potentially present `Content-Disposition` header.
The akka.http.scaladsl.model.headers.ContentDispositionType of the potentially present `Content-Disposition` header.
- Definition Classes
- BodyPart
- val entity: HttpEntity.Strict
The entity of the part.
- def getAdditionalHeaders(): Iterable[javadsl.model.HttpHeader]
Java API
Java API
- Definition Classes
- BodyPart → BodyPart
- def getContentDispositionHeader(): Optional[ContentDisposition]
Java API
Java API
- Definition Classes
- BodyPart → BodyPart
- def getContentRange(): javadsl.model.ContentRange
Java API
Java API
- Definition Classes
- BodyPart → BodyPart
- def getContentRangeHeader(): javadsl.model.headers.ContentRange
Java API
Java API
- Definition Classes
- BodyPart → BodyPart
- def getDispositionParams(): Map[String, String]
Java API
Java API
- Definition Classes
- BodyPart → BodyPart
- def getDispositionType(): Optional[ContentDispositionType]
Java API
Java API
- Definition Classes
- BodyPart → BodyPart
- def getEntity(): javadsl.model.HttpEntity.Strict
Java API
- def getHeaders(): Iterable[javadsl.model.HttpHeader]
Java API
Java API
- Definition Classes
- BodyPart → BodyPart
- def getRangeUnit(): RangeUnit
Java API
Java API
- Definition Classes
- BodyPart → BodyPart
- def headers: Seq[HttpHeader]
The headers the part carries.
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Strict → Product
- val rangeUnit: RangeUnit
The akka.http.scaladsl.model.headers.RangeUnit for the
contentRange
.The akka.http.scaladsl.model.headers.RangeUnit for the
contentRange
. - def toStrict(timeout: FiniteDuration)(implicit fm: Materializer): Future[Strict]
- def toStrict(timeoutMillis: Long, materializer: Materializer): CompletionStage[javadsl.model.Multipart.ByteRanges.BodyPart.Strict]
Java API