org.apache.manifoldcf.crawler.connectors.webcrawler
Interface LoginCookies

All Known Implementing Classes:
CookieManager.DynamicCookieSet, CookieSet

public interface LoginCookies

This interface describes cookies obtained during sequential authentication.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
 org.apache.commons.httpclient.Cookie getCookie(int index)
          Get the cookie name
 int getCookieCount()
          Get the cookie count
 

Field Detail

_rcsid

static final java.lang.String _rcsid
See Also:
Constant Field Values
Method Detail

getCookieCount

int getCookieCount()
Get the cookie count


getCookie

org.apache.commons.httpclient.Cookie getCookie(int index)
Get the cookie name