Interface ContentRange
- All Superinterfaces:
- Renderable,- ToStringRenderable,- ValueRenderable
- All Known Subinterfaces:
- ByteContentRange
- All Known Implementing Classes:
- ContentRange.Default,- ContentRange.Other,- ContentRange.Unsatisfiable
- 
Nested Class SummaryNested 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 SummaryMethods inherited from interface org.apache.pekko.http.impl.util.RenderablerenderMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderablevalue
- 
Method Details- 
isSatisfiableboolean isSatisfiable()
- 
isOtherboolean isOther()
- 
getSatisfiableFirstOptionalLong getSatisfiableFirst()
- 
getSatisfiableLastOptionalLong getSatisfiableLast()
- 
getOtherValue
 
-