case class Strict(entity: HttpEntity.Strict, headers: Seq[HttpHeader] = Nil) extends BodyPart with BodyPart.Strict with javadsl.model.Multipart.General.BodyPart.Strict with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Strict
- Serializable
- Product
- Equals
- Strict
- Strict
- Strict
- BodyPart
- BodyPart
- BodyPart
- BodyPart
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Strict(entity: HttpEntity.Strict, headers: Seq[HttpHeader] = Nil)
Value Members
- def contentDispositionHeader: Option[Content-Disposition]
The potentially present `Content-Disposition` header.
The potentially present `Content-Disposition` header.
- 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 getContentDispositionHeader(): Optional[ContentDisposition]
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
- val headers: Seq[HttpHeader]
The headers the part carries.
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Strict → Product
- def toByteRangesBodyPart: Try[ByteRanges.BodyPart.Strict]
- def toFormDataBodyPart: Try[FormData.BodyPart.Strict]
- def toStrict(timeout: FiniteDuration)(implicit fm: Materializer): Future[Strict]
- def toStrict(timeoutMillis: Long, materializer: Materializer): CompletionStage[javadsl.model.Multipart.General.BodyPart.Strict]
Java API