Package org.simpleframework.http.parse
Class CookieParser.Token
- java.lang.Object
-
- org.simpleframework.http.parse.CookieParser.Token
-
- Enclosing class:
- CookieParser
private class CookieParser.Token extends java.lang.Object
This is a token object that is used to store the offset and length of a region of chars in theCookieParser.buf
array. ThetoString
method of this token will produce theString
value of the region it represents.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Token()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
This converts region within the buffer to aString
.
-