English | Site Directory

Android - An Open Handset Alliance Project

org.apache.http.impl.cookie.BasicPathHandler

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

Summary

Public Constructors

            BasicPathHandler()

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 value)
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 BasicPathHandler()

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 value)

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