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 classModels a satisfiable HTTP content-range.static classstatic final classAnother-range-resp.static classstatic final classAn unsatisfiable content-range.static class -
Method Summary
Methods inherited from interface org.apache.pekko.http.impl.util.Renderable
renderMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderable
toStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderable
value
-
Method Details
-
isSatisfiable
boolean isSatisfiable() -
isOther
boolean isOther() -
getSatisfiableFirst
OptionalLong getSatisfiableFirst() -
getSatisfiableLast
OptionalLong getSatisfiableLast() -
getOtherValue
-