org.apache.manifoldcf.crawler.connectors.webcrawler
Class CookieManager.DynamicCookieSet

java.lang.Object
  extended by org.apache.manifoldcf.crawler.connectors.webcrawler.CookieManager.DynamicCookieSet
All Implemented Interfaces:
LoginCookies
Enclosing class:
CookieManager

protected static class CookieManager.DynamicCookieSet
extends java.lang.Object
implements LoginCookies

This is a set of cookies, built dynamically.


Field Summary
protected  java.util.ArrayList cookies
           
 
Fields inherited from interface org.apache.manifoldcf.crawler.connectors.webcrawler.LoginCookies
_rcsid
 
Constructor Summary
CookieManager.DynamicCookieSet()
           
 
Method Summary
 void addCookie(org.apache.commons.httpclient.Cookie c)
           
 org.apache.commons.httpclient.Cookie getCookie(int index)
          Get the cookie name
 int getCookieCount()
          Get the cookie count
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cookies

protected java.util.ArrayList cookies
Constructor Detail

CookieManager.DynamicCookieSet

public CookieManager.DynamicCookieSet()
Method Detail

addCookie

public void addCookie(org.apache.commons.httpclient.Cookie c)

getCookieCount

public int getCookieCount()
Description copied from interface: LoginCookies
Get the cookie count

Specified by:
getCookieCount in interface LoginCookies

getCookie

public org.apache.commons.httpclient.Cookie getCookie(int index)
Description copied from interface: LoginCookies
Get the cookie name

Specified by:
getCookie in interface LoginCookies