Packages

object General

Source
Multipart.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. General
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class BodyPart extends Multipart.BodyPart with javadsl.model.Multipart.General.BodyPart

    Body part of the General model.

  2. case class Strict(mediaType: MediaType.Multipart, strictParts: Seq[BodyPart.Strict]) extends General with Multipart.Strict with javadsl.model.Multipart.General.Strict with Product with Serializable

    Strict General multipart content.

Value Members

  1. def apply(_mediaType: MediaType.Multipart, _parts: Source[BodyPart, Any]): General
  2. def apply(mediaType: MediaType.Multipart, parts: General.BodyPart.Strict*): Strict
  3. def unapply(value: General): Option[(MediaType.Multipart, Source[BodyPart, Any])]
  4. object BodyPart