English | Site Directory

Android - An Open Handset Alliance Project

org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler

java.lang.Object
org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler CookieAttributeHandler

"Discard" cookie attribute handler for RFC 2965 cookie spec.

Summary

Public Constructors

            RFC2965DiscardAttributeHandler()

Public Methods

          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.
          void  parse(SetCookie cookie, String commenturl)
Parse the given cookie attribute value and update the corresponding Cookie property.
          void  validate(Cookie cookie, CookieOrigin origin)
Peforms cookie validation for the given attribute value.
Methods inherited from class java.lang.Object
Methods inherited from interface org.apache.http.cookie.CookieAttributeHandler

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.
Build 111085-111085 - 25 Sep 2008 14:22