Class ByteRange$
java.lang.Object
org.apache.pekko.http.scaladsl.model.headers.ByteRange$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ByteRange$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(long first, long last) fromOffset(long offset) suffix(long length) Constructs a range that spans the last `length` bytes of an entity.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ByteRange$public ByteRange$()
 
- 
- 
Method Details- 
apply
- 
fromOffset
- 
suffixConstructs a range that spans the last `length` bytes of an entity.
 
-