|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.header.RangeReader
public class RangeReader
Range header reader.
Method Summary | |
---|---|
static List<Range> |
read(String rangeHeader)
Parse the Range header and returns the list of corresponding Range objects. |
static void |
update(String value,
Representation representation)
Parse the Content-Range header value and update the given representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void update(String value, Representation representation)
value
- Content-range header.representation
- Representation to update.public static List<Range> read(String rangeHeader)
rangeHeader
- The Range header value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |