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

Packages that use CookieAttributeHandler
org.apache.http.impl.cookie Default implementations for interfaces in org.apache.http.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 PublicSuffixFilter
          Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list.
 class RFC2109DomainHandler
           
 class RFC2109VersionHandler
           
 class RFC2965CommentUrlAttributeHandler
          "CommentURL" cookie attribute handler for RFC 2965 cookie spec.
 class RFC2965DiscardAttributeHandler
          "Discard" cookie attribute handler for RFC 2965 cookie spec.
 class RFC2965DomainAttributeHandler
          "Domain" cookie attribute handler for RFC 2965 cookie spec.
 class RFC2965PortAttributeHandler
          "Port" cookie attribute handler for RFC 2965 cookie spec.
 class RFC2965VersionAttributeHandler
          "Version" cookie attribute handler for RFC 2965 cookie spec.
 

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

Methods in org.apache.http.impl.cookie that return types with arguments of type CookieAttributeHandler
protected  Collection<CookieAttributeHandler> AbstractCookieSpec.getAttribHandlers()
           
 

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

Constructors in org.apache.http.impl.cookie with parameters of type CookieAttributeHandler
PublicSuffixFilter(CookieAttributeHandler wrapped)
           
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.