Package akka.http.scaladsl.model
Interface ByteContentRange
-
- All Superinterfaces:
ContentRange,Renderable,ToStringRenderable,ValueRenderable
- All Known Implementing Classes:
ContentRange.Default,ContentRange.Unsatisfiable
public interface ByteContentRange extends ContentRange
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.model.ContentRange
ContentRange.Default, ContentRange.Default$, ContentRange.Other, ContentRange.Other$, ContentRange.Unsatisfiable, ContentRange.Unsatisfiable$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.OptionalLonggetInstanceLength()Java APIscala.Option<java.lang.Object>instanceLength()booleanisByteContentRange()Java API-
Methods inherited from interface akka.http.scaladsl.model.ContentRange
getOtherValue, getSatisfiableFirst, getSatisfiableLast, isOther, isSatisfiable
-
Methods inherited from interface akka.http.impl.util.Renderable
render
-
Methods inherited from interface akka.http.impl.util.ToStringRenderable
toString
-
Methods inherited from interface akka.http.impl.util.ValueRenderable
value
-
-