Class ContentRange.Unsatisfiable
java.lang.Object
org.apache.pekko.http.javadsl.model.ContentRange
org.apache.pekko.http.scaladsl.model.ContentRange.Unsatisfiable
- All Implemented Interfaces:
Serializable
,Renderable
,ToStringRenderable
,ValueRenderable
,ByteContentRange
,ContentRange
,scala.Equals
,scala.Product
- Enclosing interface:
- ContentRange
public static final class ContentRange.Unsatisfiable
extends ContentRange
implements ByteContentRange, scala.Product, Serializable
An unsatisfiable content-range.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.model.ContentRange
ContentRange.Default, ContentRange.Default$, ContentRange.Other, ContentRange.Other$, ContentRange.Unsatisfiable, ContentRange.Unsatisfiable$
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.http.javadsl.model.ContentRange
create, create, create, createOther, createUnsatisfiable, getInstanceLength, getOtherValue, getSatisfiableFirst, getSatisfiableLast, isByteContentRange, isOther, isSatisfiable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.http.scaladsl.model.ByteContentRange
getInstanceLength, isByteContentRange
Methods inherited from interface org.apache.pekko.http.scaladsl.model.ContentRange
getOtherValue, getSatisfiableFirst, getSatisfiableLast, isOther, isSatisfiable
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
-
Unsatisfiable
public Unsatisfiable(long length)
-
-
Method Details
-
length
public long length() -
instanceLength
- Specified by:
instanceLength
in interfaceByteContentRange
-
render
- Specified by:
render
in interfaceRenderable
-