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.CommonCookieAttributeHandler
VersionAttributeHandler for HtmlUnit.
  • Constructor Details

    • HtmlUnitVersionAttributeHandler

      HtmlUnitVersionAttributeHandler()
  • Method Details

    • parse

      public void parse(org.apache.http.cookie.SetCookie cookie, String value) throws org.apache.http.cookie.MalformedCookieException
      Parse cookie version attribute.
      Specified by:
      parse in interface org.apache.http.cookie.CookieAttributeHandler
      Throws:
      org.apache.http.cookie.MalformedCookieException
    • getAttributeName

      public String getAttributeName()
      Specified by:
      getAttributeName in interface org.apache.http.cookie.CommonCookieAttributeHandler