org.apache.http.impl.cookie
Class RFC2109VersionHandlerHC4

java.lang.Object
  extended by org.apache.http.impl.cookie.AbstractCookieAttributeHandlerHC4
      extended by org.apache.http.impl.cookie.RFC2109VersionHandlerHC4
All Implemented Interfaces:
org.apache.http.cookie.CookieAttributeHandler

@Immutable
public class RFC2109VersionHandlerHC4
extends AbstractCookieAttributeHandlerHC4

Since:
4.0

Constructor Summary
RFC2109VersionHandlerHC4()
           
 
Method Summary
 void parse(org.apache.http.cookie.SetCookie cookie, java.lang.String value)
           
 void validate(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin)
           
 
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandlerHC4
match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFC2109VersionHandlerHC4

public RFC2109VersionHandlerHC4()
Method Detail

parse

public void parse(org.apache.http.cookie.SetCookie cookie,
                  java.lang.String value)
           throws org.apache.http.cookie.MalformedCookieException
Throws:
org.apache.http.cookie.MalformedCookieException

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 interface org.apache.http.cookie.CookieAttributeHandler
Overrides:
validate in class AbstractCookieAttributeHandlerHC4
Throws:
org.apache.http.cookie.MalformedCookieException