Uses of Class
org.apache.commons.httpclient.cookie.CookieOrigin

Packages that use CookieOrigin
org.apache.commons.httpclient.cookie Provides cookie handling in conjunction with Cookie
 

Uses of CookieOrigin in org.apache.commons.httpclient.cookie
 

Methods in org.apache.commons.httpclient.cookie with parameters of type CookieOrigin
 void CookieAttributeHandler.validate(Cookie cookie, CookieOrigin origin)
          Peforms cookie validation for the given attribute value.
 boolean CookieAttributeHandler.match(Cookie cookie, CookieOrigin origin)
          Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
 



Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.