Package org.simpleframework.http.parse
Class QueryParser.Token
java.lang.Object
org.simpleframework.http.parse.QueryParser.Token
- Enclosing class:
QueryParser
This is used to mark regions within the buffer that represent
a valid token for either the name of a parameter or its value.
This is used as an alternative to the
ParseBuffer
which requires memory to be allocated for storing the data
read from the buffer. This requires only two integer values.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
len
public int lenThis represents the number of characters in the token. -
off
public int offThis represents the start offset within the buffer.
-
-
Constructor Details
-
Token
private Token()
-
-
Method Details