Class ContentRange
java.lang.Object
org.apache.tomcat.util.http.parser.ContentRange
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getEnd()
long
long
getStart()
getUnits()
static ContentRange
parse
(StringReader input) Parses a Content-Range header from an HTTP header.
-
Constructor Details
-
ContentRange
-
-
Method Details
-
getUnits
-
getStart
public long getStart() -
getEnd
public long getEnd() -
getLength
public long getLength() -
parse
Parses a Content-Range header from an HTTP header.- Parameters:
input
- a reader over the header text- Returns:
- the range parsed from the input, or null if not valid
- Throws:
IOException
- if there was a problem reading the input
-