Class HtmlUnitSecureHandler

  • All Implemented Interfaces:
    org.apache.http.cookie.CommonCookieAttributeHandler, org.apache.http.cookie.CookieAttributeHandler

    final class HtmlUnitSecureHandler
    extends org.apache.http.impl.cookie.BasicSecureHandler
    Customized BasicSecureHandler for HtmlUnit.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin)  
      • Methods inherited from class org.apache.http.impl.cookie.BasicSecureHandler

        getAttributeName, parse
      • Methods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandler

        validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.http.cookie.CookieAttributeHandler

        validate
    • Constructor Detail

      • HtmlUnitSecureHandler

        HtmlUnitSecureHandler()
    • Method Detail

      • match

        public boolean match​(org.apache.http.cookie.Cookie cookie,
                             org.apache.http.cookie.CookieOrigin origin)
        Specified by:
        match in interface org.apache.http.cookie.CookieAttributeHandler
        Overrides:
        match in class org.apache.http.impl.cookie.BasicSecureHandler