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.BasicPathHandlerCustomized BasicPathHandler for HtmlUnit.
-
-
Constructor Summary
Constructors Constructor Description HtmlUnitPathHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin)
-
-
-
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:
validatein interfaceorg.apache.http.cookie.CookieAttributeHandler- Overrides:
validatein classorg.apache.http.impl.cookie.BasicPathHandler- Throws:
org.apache.http.cookie.MalformedCookieException
-
-