scamper.http.types.ByteContentRange
 See theByteContentRange companion trait
  object ByteContentRange
 
Provides factory for ByteContentRange.
Attributes
- Companion
- trait
- Graph
- 
    
- Supertypes
- 
    class Objecttrait Matchableclass Any
- Self type
- 
    ByteContentRange.type
Members list
Type members
Classlikes
Byte range response
Byte range response
Attributes
- See also
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Known subtypes
- 
               class Satisfiedclass Unsatisfied
            case class Satisfied(first: Long, last: Long, completeLength: Option[Long]) extends ByteRangeResp
           
          Satisfied byte range response.
Satisfied byte range response.
Attributes
- Supertypes
- 
               trait Serializabletrait Producttrait Equalstrait ByteRangeRespclass Objecttrait Matchableclass AnyShow all
            case class Unsatisfied(completeLength: Long) extends ByteRangeResp
           
          Unsatisfied byte range response.
Unsatisfied byte range response.
Attributes
- Supertypes
- 
               trait Serializabletrait Producttrait Equalstrait ByteRangeRespclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Creates range from supplied response.
Creates range from supplied response.
Attributes
Parses formatted range.
Parses formatted range.
Attributes
In this article