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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin) Methods inherited from class org.apache.http.impl.cookie.BasicSecureHandler
getAttributeName, parseMethods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
validateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
matchin interfaceorg.apache.http.cookie.CookieAttributeHandler- Overrides:
matchin classorg.apache.http.impl.cookie.BasicSecureHandler
-