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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Models a satisfiable HTTP content-range.static class
static final class
Another-range-resp
.static class
static final class
An unsatisfiable content-range.static class
-
Method Summary
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
-
Method Details
-
isSatisfiable
boolean isSatisfiable() -
isOther
boolean isOther() -
getSatisfiableFirst
OptionalLong getSatisfiableFirst() -
getSatisfiableLast
OptionalLong getSatisfiableLast() -
getOtherValue
-