Class Ranges.Entry
java.lang.Object
org.apache.tomcat.util.http.parser.Ranges.Entry
- Enclosing class:
- Ranges
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Entrypublic Entry(long start, long end) 
 
- 
- 
Method Details- 
getStartpublic long getStart()
- 
getEndpublic long getEnd()
 
-