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.ObjectThis is a token object that is used to store the offset and length of a region of chars in theCookieParser.bufarray. ThetoStringmethod of this token will produce theStringvalue of the region it represents.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()This converts region within the buffer to aString.
-