object ContentRange
- Source
- ContentRange.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContentRange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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.
- final case class Other(value: String) extends javadsl.model.ContentRange with ContentRange with Product with Serializable
An
other-range-resp
. - final case class Unsatisfiable(length: Long) extends javadsl.model.ContentRange with ByteContentRange with Product with Serializable
An unsatisfiable content-range.