Package akka.http.scaladsl.model
Interface ContentRange
-
- All Superinterfaces:
Renderable
,ToStringRenderable
,ValueRenderable
- All Known Subinterfaces:
ByteContentRange
- All Known Implementing Classes:
ContentRange.Default
,ContentRange.Other
,ContentRange.Unsatisfiable
public interface ContentRange extends ValueRenderable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ContentRange.Default
Models a satisfiable HTTP content-range.static class
ContentRange.Default$
static class
ContentRange.Other
Another-range-resp
.static class
ContentRange.Other$
static class
ContentRange.Unsatisfiable
An unsatisfiable content-range.static class
ContentRange.Unsatisfiable$
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getOtherValue()
java.util.OptionalLong
getSatisfiableFirst()
java.util.OptionalLong
getSatisfiableLast()
boolean
isOther()
boolean
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
-
-