org.apache.http.impl.cookie.AbstractCookieAttributeHandler
Known Direct Subclasses
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
AbstractCookieAttributeHandler()
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
validate(Cookie cookie, CookieOrigin origin)
Peforms cookie validation for the given attribute value.