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 SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.model.ContentRangeContentRange.Default, ContentRange.Default$, ContentRange.Other, ContentRange.Other$, ContentRange.Unsatisfiable, ContentRange.Unsatisfiable$
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.javadsl.model.ContentRangecreate, create, create, createOther, createUnsatisfiable, getInstanceLength, getOtherValue, getSatisfiableFirst, getSatisfiableLast, isByteContentRange, isOther, isSatisfiableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.model.ByteContentRangegetInstanceLength, isByteContentRangeMethods inherited from interface org.apache.pekko.http.scaladsl.model.ContentRangegetOtherValue, getSatisfiableFirst, getSatisfiableLast, isOther, isSatisfiableMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderablevalue
- 
Constructor Details- 
Unsatisfiablepublic Unsatisfiable(long length) 
 
- 
- 
Method Details- 
lengthpublic long length()
- 
instanceLength- Specified by:
- instanceLengthin interface- ByteContentRange
 
- 
render- Specified by:
- renderin interface- Renderable
 
 
-