Uses of Interface
org.apache.http.cookie.CookieAttributeHandler
Packages that use CookieAttributeHandler
Package
Description
Client HTTP state management APIs.
Default implementations of standard and common HTTP state
management policies.
-
Uses of CookieAttributeHandler in org.apache.http.cookie
Subinterfaces of CookieAttributeHandler in org.apache.http.cookieModifier and TypeInterfaceDescriptioninterfaceExtension ofCookieAttributeHandlerintended to handle one specific common attribute whose name is returned withCommonCookieAttributeHandler.getAttributeName()method. -
Uses of CookieAttributeHandler in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement CookieAttributeHandlerModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassDeprecated.(4.4) no longer used.classclassclassclassWraps aCookieAttributeHandlerand leverages its match method to never match a suffix from a black list.classDeprecated.(4.4) usePublicSuffixDomainFilterclassclassclass"CommentURL"cookie attribute handler for RFC 2965 cookie spec.class"Discard"cookie attribute handler for RFC 2965 cookie spec.class"Domain"cookie attribute handler for RFC 2965 cookie spec.class"Port"cookie attribute handler for RFC 2965 cookie spec.class"Version"cookie attribute handler for RFC 2965 cookie spec.Fields in org.apache.http.impl.cookie declared as CookieAttributeHandlerModifier and TypeFieldDescriptionprivate final CookieAttributeHandler[]RFC6265CookieSpec.attribHandlersprivate final CookieAttributeHandlerPublicSuffixFilter.wrappedDeprecated.Fields in org.apache.http.impl.cookie with type parameters of type CookieAttributeHandlerModifier and TypeFieldDescriptionprivate final Map<String, CookieAttributeHandler> AbstractCookieSpec.attribHandlerMapStores attribute name -> attribute handler mappingsprivate final Map<String, CookieAttributeHandler> RFC6265CookieSpec.attribHandlerMapMethods in org.apache.http.impl.cookie that return CookieAttributeHandlerModifier and TypeMethodDescriptionprotected CookieAttributeHandlerAbstractCookieSpec.findAttribHandler(String name) Finds an attribute handlerCookieAttributeHandlerfor the given attribute.protected CookieAttributeHandlerAbstractCookieSpec.getAttribHandler(String name) Gets attribute handlerCookieAttributeHandlerfor the given attribute.Methods in org.apache.http.impl.cookie that return types with arguments of type CookieAttributeHandlerModifier and TypeMethodDescriptionprotected Collection<CookieAttributeHandler> AbstractCookieSpec.getAttribHandlers()Methods in org.apache.http.impl.cookie with parameters of type CookieAttributeHandlerModifier and TypeMethodDescriptionvoidAbstractCookieSpec.registerAttribHandler(String name, CookieAttributeHandler handler) Deprecated.(4.4) useAbstractCookieSpec(java.util.HashMap)orAbstractCookieSpec(org.apache.http.cookie.CommonCookieAttributeHandler...)constructors instead.Constructors in org.apache.http.impl.cookie with parameters of type CookieAttributeHandlerConstructor parameters in org.apache.http.impl.cookie with type arguments of type CookieAttributeHandlerModifierConstructorDescriptionprotectedprotected