org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
"Discard" cookie attribute handler for RFC 2965 cookie spec.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
RFC2965DiscardAttributeHandler()
Public Methods
public
boolean
match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
public
void
parse(SetCookie cookie, String commenturl)
Parse the given cookie attribute value and update the corresponding
Cookie property.
public
void
validate(Cookie cookie, CookieOrigin origin)
Peforms cookie validation for the given attribute value.