ByteContentRange

Provides factory for ByteContentRange.

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

sealed

Byte range response

Byte range response

See also
case
class Satisfied(first: Long, last: Long, completeLength: Option[Long]) extends ByteRangeResp

Satisfied byte range response.

Satisfied byte range response.

case
class Unsatisfied(completeLength: Long) extends ByteRangeResp

Unsatisfied byte range response.

Unsatisfied byte range response.

Value members

Concrete methods

Creates range from supplied response.

Creates range from supplied response.

def parse(range: String): ByteContentRange

Parses formatted range.

Parses formatted range.