English | Site Directory

Android - An Open Handset Alliance Project

org.apache.http.impl.cookie
public abstract class

org.apache.http.impl.cookie.AbstractCookieAttributeHandler

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

Summary

Public Constructors

          AbstractCookieAttributeHandler()

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  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 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.
Build m5-rc15i - 10 Jun 2008 13:54