Class HtmlUnitPathHandler

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

    final class HtmlUnitPathHandler
    extends org.apache.http.impl.cookie.BasicPathHandler
    Customized BasicPathHandler for HtmlUnit.
    • Method Summary

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

        getAttributeName, match, parse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HtmlUnitPathHandler

        HtmlUnitPathHandler()
    • Method Detail

      • validate

        public void validate​(org.apache.http.cookie.Cookie cookie,
                             org.apache.http.cookie.CookieOrigin origin)
                      throws org.apache.http.cookie.MalformedCookieException
        Specified by:
        validate in interface org.apache.http.cookie.CookieAttributeHandler
        Overrides:
        validate in class org.apache.http.impl.cookie.BasicPathHandler
        Throws:
        org.apache.http.cookie.MalformedCookieException