info.informatica.www
Class CookieStore

java.lang.Object
  extended by info.informatica.www.CookieStore

public class CookieStore
extends Object

Poorly tested.

Author:
Carlos Amengual (amengual at informatica.info)

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

CookieStore

public CookieStore()
Method Detail

add

public void add(javax.servlet.http.Cookie ck)

add

public void add(String host,
                String cookiehdr)
         throws info.informatica.text.ParsingException
Throws:
info.informatica.text.ParsingException

getAll

public Iterator<javax.servlet.http.Cookie> getAll(String host)

get

public javax.servlet.http.Cookie get(String host,
                                     String name)