| Class | Description |
|---|---|
| Cookie |
Some WWW servers will not work unless the user agent stores and returns
cookies.
|
| CookieJar |
CookieJar is a container for HTTP Cookie's. |
| Http | |
| Lexer |
A class to convert text from the value of a HTTP Set-Cookie2 to a stream
of lexical tokens.
|
| Token |
A class to store each lexical token discovered while parsing the cookie.
|
| Exception | Description |
|---|---|
| CookieCrumbleException |
This is an exception for cookie management and cookie problems.
|
| LexicalException |
A separate exception to indicate lexical errors.
|