Class ByteRange.FromOffset
java.lang.Object
org.apache.pekko.http.javadsl.model.headers.ByteRange
org.apache.pekko.http.scaladsl.model.headers.ByteRange
org.apache.pekko.http.scaladsl.model.headers.ByteRange.FromOffset
- All Implemented Interfaces:
Serializable
,Renderable
,ToStringRenderable
,ValueRenderable
,scala.Equals
,scala.Product
- Enclosing class:
- ByteRange
public static final class ByteRange.FromOffset
extends ByteRange
implements scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.http.scaladsl.model.headers.ByteRange
ByteRange.FromOffset, ByteRange.FromOffset$, ByteRange.Slice, ByteRange.Slice$, ByteRange.Suffix, ByteRange.Suffix$
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.http.scaladsl.model.headers.ByteRange
apply, fromOffset, getSliceFirst, getSliceLast, getSuffixLength, isSlice, isSuffix, suffix
Methods inherited from class org.apache.pekko.http.javadsl.model.headers.ByteRange
createFromOffset, createSlice, createSuffix
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
Methods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderable
toString
Methods inherited from interface org.apache.pekko.http.impl.util.ValueRenderable
value
-
Constructor Details
-
FromOffset
public FromOffset(long offset)
-
-
Method Details
-
offset
public long offset() -
render
- Specified by:
render
in interfaceRenderable
-
isFromOffset
public boolean isFromOffset()Java API- Overrides:
isFromOffset
in classByteRange
-
getOffset
Java API
-