public final class Ranges extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Ranges.Range
Represents one range from provided by client in HTTP header 'Range'.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ranges.Range> |
getRanges()
Get unmodifiable set of ranges.
|
static Ranges |
valueOf(String range) |
public List<Ranges.Range> getRanges()
Copyright © 2015. All rights reserved.