Packages

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

Source
Multipart.scala
Linear Supertypes
Serializable, Product, Equals, javadsl.model.Multipart.ByteRanges.BodyPart.Strict, BodyPart.Strict, javadsl.model.Multipart.BodyPart.Strict, BodyPart, javadsl.model.Multipart.ByteRanges.BodyPart, Multipart.BodyPart, javadsl.model.Multipart.BodyPart, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Strict
  2. Serializable
  3. Product
  4. Equals
  5. Strict
  6. Strict
  7. Strict
  8. BodyPart
  9. BodyPart
  10. BodyPart
  11. BodyPart
  12. AnyRef
  13. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Strict(contentRange: ContentRange, entity: HttpEntity.Strict, rangeUnit: RangeUnit = RangeUnits.Bytes, additionalHeaders: Seq[HttpHeader] = Nil)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Strict toany2stringadd[Strict] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Strict, B)
    Implicit
    This member is added by an implicit conversion from Strict toArrowAssoc[Strict] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val additionalHeaders: Seq[HttpHeader]

    Part headers, not including the Content-Range header.

    Part headers, not including the Content-Range header.

    Definition Classes
    StrictBodyPart
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def contentDispositionHeader: Option[Content-Disposition]

    The potentially present `Content-Disposition` header.

    The potentially present `Content-Disposition` header.

    Definition Classes
    BodyPart
  10. val contentRange: ContentRange

    The ContentRange contained in this part.

    The ContentRange contained in this part.

    Definition Classes
    StrictBodyPart
  11. def contentRangeHeader: Content-Range

    The Content-Range header of this part.

    The Content-Range header of this part.

    Definition Classes
    BodyPart
  12. 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
  13. 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
  14. def ensuring(cond: (Strict) => Boolean, msg: => Any): Strict
    Implicit
    This member is added by an implicit conversion from Strict toEnsuring[Strict] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (Strict) => Boolean): Strict
    Implicit
    This member is added by an implicit conversion from Strict toEnsuring[Strict] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): Strict
    Implicit
    This member is added by an implicit conversion from Strict toEnsuring[Strict] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): Strict
    Implicit
    This member is added by an implicit conversion from Strict toEnsuring[Strict] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. val entity: HttpEntity.Strict

    The entity of the part.

    The entity of the part.

    Definition Classes
    StrictStrictBodyPart
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def getAdditionalHeaders(): Iterable[javadsl.model.HttpHeader]

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getContentDispositionHeader(): Optional[ContentDisposition]

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  24. def getContentRange(): javadsl.model.ContentRange

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  25. def getContentRangeHeader(): javadsl.model.headers.ContentRange

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  26. def getDispositionParams(): Map[String, String]

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  27. def getDispositionType(): Optional[ContentDispositionType]

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  28. def getEntity(): javadsl.model.HttpEntity.Strict

    Java API

    Java API

    Definition Classes
    Strict → Strict → BodyPart → BodyPart
  29. def getHeaders(): Iterable[javadsl.model.HttpHeader]

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  30. def getRangeUnit(): RangeUnit

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  31. def headers: Seq[HttpHeader]

    The headers the part carries.

    The headers the part carries.

    Definition Classes
    BodyPartBodyPart
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def productElementNames: Iterator[String]
    Definition Classes
    Product
  37. def productPrefix: String
    Definition Classes
    Strict → Product
  38. val rangeUnit: RangeUnit

    The akka.http.scaladsl.model.headers.RangeUnit for the contentRange.

    Definition Classes
    StrictBodyPart
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toStrict(timeout: FiniteDuration)(implicit fm: Materializer): Future[Strict]
    Definition Classes
    StrictBodyPartBodyPart
  41. def toStrict(timeoutMillis: Long, materializer: Materializer): CompletionStage[javadsl.model.Multipart.ByteRanges.BodyPart.Strict]

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart → BodyPart → BodyPart
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Strict toStringFormat[Strict] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Strict, B)
    Implicit
    This member is added by an implicit conversion from Strict toArrowAssoc[Strict] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from javadsl.model.Multipart.ByteRanges.BodyPart.Strict

Inherited from BodyPart.Strict

Inherited from javadsl.model.Multipart.BodyPart.Strict

Inherited from BodyPart

Inherited from javadsl.model.Multipart.ByteRanges.BodyPart

Inherited from Multipart.BodyPart

Inherited from javadsl.model.Multipart.BodyPart

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromStrict to any2stringadd[Strict]

Inherited by implicit conversion StringFormat fromStrict to StringFormat[Strict]

Inherited by implicit conversion Ensuring fromStrict to Ensuring[Strict]

Inherited by implicit conversion ArrowAssoc fromStrict to ArrowAssoc[Strict]

Ungrouped