Package akka.http.scaladsl.model.headers
Class ByteRange$
java.lang.Object
akka.http.scaladsl.model.headers.ByteRange$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByteRange$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
suffix
Constructs a range that spans the last `length` bytes of an entity.
-