Packages

object ByteRanges

Source
Multipart.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteRanges
  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.ByteRanges.BodyPart

    Body part of the ByteRanges model.

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

    Strict ByteRanges.

Value Members

  1. def apply(_parts: Source[BodyPart, Any]): ByteRanges
  2. def apply(parts: ByteRanges.BodyPart.Strict*): Strict
  3. object BodyPart