Uses of Interface
org.apache.commons.httpclient.cookie.CookieAttributeHandler

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

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

Methods in org.apache.commons.httpclient.cookie that return CookieAttributeHandler
protected  CookieAttributeHandler RFC2965Spec.findAttribHandler(String name)
          Finds an attribute handler CookieAttributeHandler for the given attribute.
protected  CookieAttributeHandler RFC2965Spec.getAttribHandler(String name)
          Gets attribute handler CookieAttributeHandler for the given attribute.
 

Methods in org.apache.commons.httpclient.cookie with parameters of type CookieAttributeHandler
protected  void RFC2965Spec.registerAttribHandler(String name, CookieAttributeHandler handler)
           
 



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