Uses of Interface
org.apache.hc.client5.http.cookie.CookieAttributeHandler
Packages that use CookieAttributeHandler
Package
Description
Client HTTP state management APIs.
Standard and common HTTP cookie management policies.
-
Uses of CookieAttributeHandler in org.apache.hc.client5.http.cookie
Subinterfaces of CookieAttributeHandler in org.apache.hc.client5.http.cookieModifier and TypeInterfaceDescriptioninterfaceExtension ofCookieAttributeHandlerintended to handle one specific common attribute whose name is returned withCommonCookieAttributeHandler.getAttributeName()method. -
Uses of CookieAttributeHandler in org.apache.hc.client5.http.impl.cookie
Classes in org.apache.hc.client5.http.impl.cookie that implement CookieAttributeHandlerModifier and TypeClassDescriptionclassclassCookiedomainattribute handler.classCookieexpiresattribute handler.classCookieHttpOnlyattribute handler.classCookiemax-ageattribute handler.classCookiepathattribute handler.classCookiesecureattribute handler.classCookieexpiresattribute handler conformant to the more relaxed interpretation of HTTP state management.classCookiemax-ageattribute handler conformant to the more relaxed interpretation of HTTP state management.classWraps aCookieAttributeHandlerand leverages its match method to never match a suffix from a black list.Fields in org.apache.hc.client5.http.impl.cookie declared as CookieAttributeHandlerModifier and TypeFieldDescriptionprivate final CookieAttributeHandler[]RFC6265CookieSpec.attribHandlersFields in org.apache.hc.client5.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.hc.client5.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.hc.client5.http.impl.cookie that return types with arguments of type CookieAttributeHandlerModifier and TypeMethodDescriptionprotected Collection<CookieAttributeHandler> AbstractCookieSpec.getAttribHandlers()Constructor parameters in org.apache.hc.client5.http.impl.cookie with type arguments of type CookieAttributeHandlerModifierConstructorDescriptionprotectedprotected