|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.www.CookieStore
public class CookieStore
Poorly tested.
| Constructor Summary | |
|---|---|
CookieStore()
|
|
| Method Summary | |
|---|---|
void |
add(javax.servlet.http.Cookie ck)
|
void |
add(String host,
String cookiehdr)
|
javax.servlet.http.Cookie |
get(String host,
String name)
|
Iterator<javax.servlet.http.Cookie> |
getAll(String host)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CookieStore()
| Method Detail |
|---|
public void add(javax.servlet.http.Cookie ck)
public void add(String host,
String cookiehdr)
throws info.informatica.text.ParsingException
info.informatica.text.ParsingExceptionpublic Iterator<javax.servlet.http.Cookie> getAll(String host)
public javax.servlet.http.Cookie get(String host,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||