Package org.htmlunit.httpclient
Class HtmlUnitPathHandler
java.lang.Object
org.apache.http.impl.cookie.BasicPathHandler
org.htmlunit.httpclient.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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
HtmlUnitPathHandler
HtmlUnitPathHandler()
-
-
Method Details
-
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 interfaceorg.apache.http.cookie.CookieAttributeHandler
- Overrides:
validate
in classorg.apache.http.impl.cookie.BasicPathHandler
- Throws:
org.apache.http.cookie.MalformedCookieException
-