public interface ContentRange extends ValueRenderable
Modifier and Type | Interface and Description |
---|---|
static class |
ContentRange.Default
Models a satisfiable HTTP content-range.
|
static class |
ContentRange.Default$ |
static class |
ContentRange.Other
An
other-range-resp . |
static class |
ContentRange.Other$ |
static class |
ContentRange.Unsatisfiable
An unsatisfiable content-range.
|
static class |
ContentRange.Unsatisfiable$ |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.String> |
getOtherValue() |
java.util.OptionalLong |
getSatisfiableFirst() |
java.util.OptionalLong |
getSatisfiableLast() |
boolean |
isOther() |
boolean |
isSatisfiable() |
value
toString
render