public class ContentRange
Represents a Range
header's particular range
Modifier and Type | Class and Description |
---|---|
static class |
ContentRange.Bounded
Represents a
Content-Range bounded from both sides |
static class |
ContentRange.Suffix
Represents a
Content-Range bounded by tail size |
static class |
ContentRange.TailFrom
Represents a
Content-Range bounded at the beginning (skip first bytes, show tail) |