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

Packages that use CommonCookieAttributeHandler
org.apache.http.impl.cookie Default implementations of standard and common HTTP state management policies. 
 

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

Classes in org.apache.http.impl.cookie that implement CommonCookieAttributeHandler
 class BasicCommentHandler
           
 class BasicDomainHandler
           
 class BasicExpiresHandler
           
 class BasicMaxAgeHandler
           
 class BasicPathHandler
           
 class BasicSecureHandler
           
 class BrowserCompatVersionAttributeHandler
          Deprecated. (4.4) no longer used.
 class LaxExpiresHandler
           
 class LaxMaxAgeHandler
           
 class NetscapeDomainHandler
           
 class PublicSuffixDomainFilter
          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 CommonCookieAttributeHandler
static CommonCookieAttributeHandler PublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)
           
 

Methods in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandler
static CommonCookieAttributeHandler PublicSuffixDomainFilter.decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)
           
 

Constructors in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandler
AbstractCookieSpec(CommonCookieAttributeHandler... handlers)
           
CookieSpecBase(CommonCookieAttributeHandler... handlers)
           
PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixList suffixList)
           
PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)
           
RFC2109Spec(boolean oneHeader, CommonCookieAttributeHandler... handlers)
           
RFC6265CookieSpec(CommonCookieAttributeHandler... handlers)
           
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.