|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antiaction.mayhem.httpd.input.CookieParser
public class CookieParser
Parser for version 0 and 1 cookies. (rfc2109)
| Constructor Summary | |
|---|---|
CookieParser()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Test method. |
java.util.List |
parseCookie(java.lang.String cookieStr)
Parses a cooke header string and returns a List of Cookie
objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CookieParser()
| Method Detail |
|---|
public java.util.List parseCookie(java.lang.String cookieStr)
List of Cookie
objects.
cookieStr - cookie header string.
List of Cookie objects.public static void main(java.lang.String[] args)
args - command line arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||