Uses of Interface
org.apache.http.cookie.CookieAttributeHandler

Packages that use CookieAttributeHandler
org.apache.http.impl.cookie   
 

Uses of CookieAttributeHandler in org.apache.http.impl.cookie
 

Classes in org.apache.http.impl.cookie that implement CookieAttributeHandler
 class AbstractCookieAttributeHandler
           
 class BasicCommentHandler
           
 class BasicDomainHandler
           
 class BasicExpiresHandler
           
 class BasicMaxAgeHandler
           
 class BasicPathHandler
           
 class BasicSecureHandler
           
 class NetscapeDomainHandler
           
 class RFC2109DomainHandler
           
 class RFC2109VersionHandler
           
 

Methods in org.apache.http.impl.cookie that return CookieAttributeHandler
protected  CookieAttributeHandler AbstractCookieSpec.findAttribHandler(java.lang.String name)
          Finds an attribute handler CookieAttributeHandler for the given attribute.
protected  CookieAttributeHandler AbstractCookieSpec.getAttribHandler(java.lang.String name)
          Gets attribute handler CookieAttributeHandler for the given attribute.
 

Methods in org.apache.http.impl.cookie with parameters of type CookieAttributeHandler
 void AbstractCookieSpec.registerAttribHandler(java.lang.String name, CookieAttributeHandler handler)
           
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.