Class Ranges
- java.lang.Object
- 
- org.apache.tomcat.util.http.parser.Ranges
 
- 
 public class Ranges extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRanges.Entry
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Ranges.Entry>getEntries()java.lang.StringgetUnits()static Rangesparse(java.io.StringReader input)Parses a Range header from an HTTP header.
 
- 
- 
- 
Method Detail- 
getEntriespublic java.util.List<Ranges.Entry> getEntries() 
 - 
getUnitspublic java.lang.String getUnits() 
 - 
parsepublic static Ranges parse(java.io.StringReader input) throws java.io.IOException Parses a Range header from an HTTP header.- Parameters:
- input- a reader over the header text
- Returns:
- a set of ranges parsed from the input, or null if not valid
- Throws:
- java.io.IOException- if there was a problem reading the input
 
 
- 
 
-