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
  • Method Details

    • isSatisfiable

      boolean isSatisfiable()
    • isOther

      boolean isOther()
    • getSatisfiableFirst

      OptionalLong getSatisfiableFirst()
    • getSatisfiableLast

      OptionalLong getSatisfiableLast()
    • getOtherValue

      Optional<String> getOtherValue()