Package org.apache.hc.core5.http.message
Class ParserCursor
- java.lang.Object
-
- org.apache.hc.core5.util.Tokenizer.Cursor
-
- org.apache.hc.core5.http.message.ParserCursor
-
public class ParserCursor extends Tokenizer.Cursor
This class represents a context of a parsing operation:- the current position the parsing operation is expected to start at
- the bounds limiting the scope of the parsing operation
- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description ParserCursor(int lowerBound, int upperBound)
-
Method Summary
-
Methods inherited from class org.apache.hc.core5.util.Tokenizer.Cursor
atEnd, getLowerBound, getPos, getUpperBound, toString, updatePos
-
-