Class ContentRange.Other
java.lang.Object
org.apache.pekko.http.javadsl.model.ContentRange
org.apache.pekko.http.scaladsl.model.ContentRange.Other
- All Implemented Interfaces:
Serializable
,Renderable
,ToStringRenderable
,ValueRenderable
,ContentRange
,scala.Equals
,scala.Product
- Enclosing interface:
- ContentRange
public static final class ContentRange.Other
extends ContentRange
implements ContentRange, scala.Product, Serializable
An
other-range-resp
.- 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, getSatisfiableFirst, getSatisfiableLast, 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.ContentRange
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
-
Constructor Details
-
Other
-
-
Method Details
-
value
- Specified by:
value
in interfaceValueRenderable
-
render
- Specified by:
render
in interfaceRenderable
-
isByteContentRange
public boolean isByteContentRange()Java API- Specified by:
isByteContentRange
in classContentRange
-
getInstanceLength
Java API- Specified by:
getInstanceLength
in classContentRange
-
getOtherValue
Java API- Specified by:
getOtherValue
in interfaceContentRange
- Specified by:
getOtherValue
in classContentRange
-