Uses of Interface
org.apache.http.cookie.CommonCookieAttributeHandler
-
Packages that use CommonCookieAttributeHandler Package Description 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 Modifier and Type Class Description classBasicCommentHandlerclassBasicDomainHandlerclassBasicExpiresHandlerclassBasicMaxAgeHandlerclassBasicPathHandlerclassBasicSecureHandlerclassBrowserCompatVersionAttributeHandlerDeprecated.(4.4) no longer used.classLaxExpiresHandlerclassLaxMaxAgeHandlerclassNetscapeDomainHandlerclassPublicSuffixDomainFilterWraps aCookieAttributeHandlerand leverages its match method to never match a suffix from a black list.classRFC2109DomainHandlerclassRFC2109VersionHandlerclassRFC2965CommentUrlAttributeHandler"CommentURL"cookie attribute handler for RFC 2965 cookie spec.classRFC2965DiscardAttributeHandler"Discard"cookie attribute handler for RFC 2965 cookie spec.classRFC2965DomainAttributeHandler"Domain"cookie attribute handler for RFC 2965 cookie spec.classRFC2965PortAttributeHandler"Port"cookie attribute handler for RFC 2965 cookie spec.classRFC2965VersionAttributeHandler"Version"cookie attribute handler for RFC 2965 cookie spec.Fields in org.apache.http.impl.cookie declared as CommonCookieAttributeHandler Modifier and Type Field Description private CommonCookieAttributeHandlerPublicSuffixDomainFilter. handlerMethods in org.apache.http.impl.cookie that return CommonCookieAttributeHandler Modifier and Type Method Description static CommonCookieAttributeHandlerPublicSuffixDomainFilter. decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)Methods in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandler Modifier and Type Method Description static CommonCookieAttributeHandlerPublicSuffixDomainFilter. decorate(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)Constructors in org.apache.http.impl.cookie with parameters of type CommonCookieAttributeHandler Constructor Description AbstractCookieSpec(CommonCookieAttributeHandler... handlers)CookieSpecBase(CommonCookieAttributeHandler... handlers)NetscapeDraftSpec(CommonCookieAttributeHandler... handlers)PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixList suffixList)PublicSuffixDomainFilter(CommonCookieAttributeHandler handler, PublicSuffixMatcher publicSuffixMatcher)RFC2109Spec(boolean oneHeader, CommonCookieAttributeHandler... handlers)RFC2965Spec(boolean oneHeader, CommonCookieAttributeHandler... handlers)RFC6265CookieSpec(CommonCookieAttributeHandler... handlers)RFC6265CookieSpecBase(CommonCookieAttributeHandler... handlers)RFC6265LaxSpec(CommonCookieAttributeHandler... handlers)RFC6265StrictSpec(CommonCookieAttributeHandler... handlers)
-