Class HtmlUnitSecureHandler

java.lang.Object
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
org.apache.http.impl.cookie.BasicSecureHandler
org.htmlunit.httpclient.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.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • HtmlUnitSecureHandler

      HtmlUnitSecureHandler()
  • Method Details

    • 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