object ContentRange

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

Type Members

  1. final case class Default(first: Long, last: Long, instanceLength: Option[Long]) extends javadsl.model.ContentRange with ByteContentRange with Product with Serializable

    Models a satisfiable HTTP content-range.

  2. final case class Other(value: String) extends javadsl.model.ContentRange with ContentRange with Product with Serializable

    An other-range-resp.

  3. final case class Unsatisfiable(length: Long) extends javadsl.model.ContentRange with ByteContentRange with Product with Serializable

    An unsatisfiable content-range.

Value Members

  1. def apply(first: Long, last: Long, instanceLength: Option[Long]): Default
  2. def apply(first: Long, last: Long, instanceLength: Long): Default
  3. def apply(first: Long, last: Long): Default