Package org.simpleframework.http.parse
Class CookieParser.Token
java.lang.Object
org.simpleframework.http.parse.CookieParser.Token
- Enclosing class:
CookieParser
This is a token object that is used to store the offset and
length of a region of chars in the
CookieParser.buf
array. The toString
method of this token will
produce the String
value of the region it
represents.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
len
public int lenThe numer of characters that were consumed by this token. -
off
public int offThe offset within the buffer that this token starts from.
-
-
Constructor Details
-
Token
private Token()
-
-
Method Details