|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.manifoldcf.crawler.connectors.webcrawler.CookieSet
public class CookieSet
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 |
|---|
protected org.apache.commons.httpclient.Cookie[] cookieList
| Constructor Detail |
|---|
public CookieSet(org.apache.commons.httpclient.Cookie[] cookieList)
| Method Detail |
|---|
public int getCookieCount()
LoginCookies
getCookieCount in interface LoginCookiespublic org.apache.commons.httpclient.Cookie getCookie(int index)
LoginCookies
getCookie in interface LoginCookies
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||