Class

akka.http.scaladsl.model.Multipart.FormData.BodyPart

Strict

Related Doc: package BodyPart

Permalink

case class Strict(name: String, entity: HttpEntity.Strict, additionalDispositionParams: Map[String, String] = Map.empty, additionalHeaders: Seq[HttpHeader] = Nil) extends BodyPart with BodyPart.Strict with javadsl.model.Multipart.FormData.BodyPart.Strict with Product with Serializable

Strict FormData.BodyPart.

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

Instance Constructors

  1. new Strict(name: String, entity: HttpEntity.Strict, additionalDispositionParams: Map[String, String] = Map.empty, additionalHeaders: Seq[HttpHeader] = Nil)

    Permalink

Type Members

  1. type Strict = javadsl.model.Multipart.FormData.BodyPart.Strict

    Permalink
    Attributes
    protected
    Definition Classes
    BodyPart → BodyPart

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Strict to any2stringadd[BodyPart.Strict] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BodyPart.Strict, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Strict to ArrowAssoc[BodyPart.Strict] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val additionalDispositionParams: Map[String, String]

    Permalink

    The Content-Disposition parameters, not including the name parameter.

    The Content-Disposition parameters, not including the name parameter.

    Definition Classes
    StrictBodyPart
  7. val additionalHeaders: Seq[HttpHeader]

    Permalink

    Part headers, not including the Content-Disposition header.

    Part headers, not including the Content-Disposition header.

    Definition Classes
    StrictBodyPart
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contentDispositionHeader: Some[Content-Disposition]

    Permalink

    The potentially present `Content-Disposition` header.

    The potentially present `Content-Disposition` header.

    Definition Classes
    BodyPartBodyPart
  11. def dispositionParams: Map[String, String]

    Permalink

    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
    BodyPartBodyPart
  12. def dispositionType: Some[form-data.type]

    Permalink

    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
    BodyPartBodyPart
  13. def ensuring(cond: (BodyPart.Strict) ⇒ Boolean, msg: ⇒ Any): BodyPart.Strict

    Permalink
    Implicit information
    This member is added by an implicit conversion from Strict to Ensuring[BodyPart.Strict] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (BodyPart.Strict) ⇒ Boolean): BodyPart.Strict

    Permalink
    Implicit information
    This member is added by an implicit conversion from Strict to Ensuring[BodyPart.Strict] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): BodyPart.Strict

    Permalink
    Implicit information
    This member is added by an implicit conversion from Strict to Ensuring[BodyPart.Strict] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): BodyPart.Strict

    Permalink
    Implicit information
    This member is added by an implicit conversion from Strict to Ensuring[BodyPart.Strict] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. val entity: HttpEntity.Strict

    Permalink

    The entity of the part.

    The entity of the part.

    Definition Classes
    StrictStrictBodyPart
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def filename: Option[String]

    Permalink

    The value of the filename Content-Disposition parameter, if available.

    The value of the filename Content-Disposition parameter, if available.

    Definition Classes
    BodyPart
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Strict to StringFormat[BodyPart.Strict] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. def getAdditionalDispositionParams(): Map[String, String]

    Permalink

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  23. def getAdditionalHeaders(): Iterable[javadsl.model.HttpHeader]

    Permalink

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getContentDispositionHeader(): Optional[ContentDisposition]

    Permalink

    Java API

    Java API

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

    Permalink

    Java API

    Java API

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

    Permalink

    Java API

    Java API

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

    Permalink

    Java API

    Java API

    Definition Classes
    Strict → Strict → BodyPart → BodyPart
  29. def getFilename(): Optional[String]

    Permalink

    Java API

    Java API

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

    Permalink

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart
  31. def getName(): String

    Permalink

    Java API

    Java API

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

    Permalink

    The headers the part carries.

    The headers the part carries.

    Definition Classes
    BodyPartBodyPart
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. val name: String

    Permalink

    The name of this part.

    The name of this part.

    Definition Classes
    StrictBodyPart
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def productPrefix: String

    Permalink
    Definition Classes
    Strict → Product
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toStrict(timeout: FiniteDuration)(implicit fm: Materializer): Future[BodyPart.Strict]

    Permalink
    Definition Classes
    StrictBodyPartBodyPart
  41. def toStrict(timeoutMillis: Long, materializer: Materializer): CompletionStage[javadsl.model.Multipart.FormData.BodyPart.Strict]

    Permalink

    Java API

    Java API

    Definition Classes
    BodyPart → BodyPart → BodyPart → BodyPart
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (BodyPart.Strict, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Strict to ArrowAssoc[BodyPart.Strict] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

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

Inherited from BodyPart.Strict

Inherited from javadsl.model.Multipart.BodyPart.Strict

Inherited from BodyPart

Inherited from javadsl.model.Multipart.FormData.BodyPart

Inherited from Multipart.BodyPart

Inherited from javadsl.model.Multipart.BodyPart

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Strict to any2stringadd[BodyPart.Strict]

Inherited by implicit conversion StringFormat from Strict to StringFormat[BodyPart.Strict]

Inherited by implicit conversion Ensuring from Strict to Ensuring[BodyPart.Strict]

Inherited by implicit conversion ArrowAssoc from Strict to ArrowAssoc[BodyPart.Strict]

Ungrouped