object ByteRanges
- Source
- Multipart.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteRanges
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed abstract
class
BodyPart extends Multipart.BodyPart with javadsl.model.Multipart.ByteRanges.BodyPart
Body part of the ByteRanges model.
-
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
- def apply(_parts: Source[BodyPart, Any]): ByteRanges
- def apply(parts: ByteRanges.BodyPart.Strict*): Strict
- object BodyPart