Package org.htmlunit.httpclient
Class HtmlUnitVersionAttributeHandler
- java.lang.Object
-
- org.apache.http.impl.cookie.AbstractCookieAttributeHandler
-
- org.htmlunit.httpclient.HtmlUnitVersionAttributeHandler
-
- All Implemented Interfaces:
org.apache.http.cookie.CommonCookieAttributeHandler,org.apache.http.cookie.CookieAttributeHandler
final class HtmlUnitVersionAttributeHandler extends org.apache.http.impl.cookie.AbstractCookieAttributeHandler implements org.apache.http.cookie.CommonCookieAttributeHandlerVersionAttributeHandler for HtmlUnit.
-
-
Constructor Summary
Constructors Constructor Description HtmlUnitVersionAttributeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeName()voidparse(org.apache.http.cookie.SetCookie cookie, java.lang.String value)Parse cookie version attribute.-
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
match, validate
-
-
-
-
Method Detail
-
parse
public void parse(org.apache.http.cookie.SetCookie cookie, java.lang.String value) throws org.apache.http.cookie.MalformedCookieExceptionParse cookie version attribute.- Specified by:
parsein interfaceorg.apache.http.cookie.CookieAttributeHandler- Throws:
org.apache.http.cookie.MalformedCookieException
-
getAttributeName
public java.lang.String getAttributeName()
- Specified by:
getAttributeNamein interfaceorg.apache.http.cookie.CommonCookieAttributeHandler
-
-