Class 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

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

        _rcsid
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCookie​(org.apache.http.cookie.Cookie c)  
      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

      • cookies

        protected java.util.List<org.apache.http.cookie.Cookie> cookies
    • Constructor Detail

      • DynamicCookieSet

        public DynamicCookieSet()
    • Method Detail

      • addCookie

        public void addCookie​(org.apache.http.cookie.Cookie c)
      • 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