English | Site Directory

Android - An Open Handset Alliance Project

org.apache.http.impl.cookie.BasicSecureHandler

java.lang.Object
org.apache.http.impl.cookie.AbstractCookieAttributeHandler CookieAttributeHandler
org.apache.http.impl.cookie.BasicSecureHandler

Summary

Public Constructors

            BasicSecureHandler()

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)
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
Methods inherited from class java.lang.Object
Methods inherited from interface org.apache.http.cookie.CookieAttributeHandler

Details

Public Constructors

public BasicSecureHandler()

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)

Build 111085-111085 - 25 Sep 2008 14:22