Class CookieSet

  • All Implemented Interfaces:
    LoginCookies

    public class CookieSet
    extends java.lang.Object
    implements LoginCookies
    This class represents a bunch of cookies
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<org.apache.http.cookie.Cookie> cookieList  
      • Fields inherited from interface org.apache.manifoldcf.crawler.connectors.webcrawler.LoginCookies

        _rcsid
    • Constructor Summary

      Constructors 
      Constructor Description
      CookieSet​(java.util.List<org.apache.http.cookie.Cookie> cookieList)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.http.cookie.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 java.util.List<org.apache.http.cookie.Cookie> cookieList
    • Constructor Detail

      • CookieSet

        public CookieSet​(java.util.List<org.apache.http.cookie.Cookie> cookieList)
    • Method Detail

      • getCookie

        public org.apache.http.cookie.Cookie getCookie​(int index)
        Description copied from interface: LoginCookies
        Get the cookie name
        Specified by:
        getCookie in interface LoginCookies