Package org.htmlunit.http
Class HttpUtils.ParseRange
- java.lang.Object
-
- org.htmlunit.http.HttpUtils.ParseRange
-
- Enclosing class:
- HttpUtils
private static final class HttpUtils.ParseRange extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intpos_private intupperBound_
-
Constructor Summary
Constructors Constructor Description ParseRange(int pos, int upperBound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanatEnd()(package private) intgetPos()(package private) intgetUpperBound()(package private) voidupdatePos(int pos)
-