org.apache.manifoldcf.crawler.connectors.webcrawler
Class CookieSet

java.lang.Object
  extended by org.apache.manifoldcf.crawler.connectors.webcrawler.CookieSet
All Implemented Interfaces:
LoginCookies

public class CookieSet
extends java.lang.Object
implements LoginCookies

This class represents a bunch of cookies


Field Summary
protected  org.apache.commons.httpclient.Cookie[] cookieList
           
 
Fields inherited from interface org.apache.manifoldcf.crawler.connectors.webcrawler.LoginCookies
_rcsid
 
Constructor Summary
CookieSet(org.apache.commons.httpclient.Cookie[] cookieList)
           
 
Method Summary
 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

cookieList

protected org.apache.commons.httpclient.Cookie[] cookieList
Constructor Detail

CookieSet

public CookieSet(org.apache.commons.httpclient.Cookie[] cookieList)
Method Detail

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