Uses of Interface
org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Packages that use CookieAttributeHandler Package Description org.apache.hc.client5.http.cookie Client HTTP state management APIs.org.apache.hc.client5.http.impl.cookie 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.cookie Modifier and Type Interface Description interfaceCommonCookieAttributeHandlerExtension 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 CookieAttributeHandler Modifier and Type Class Description classAbstractCookieAttributeHandlerclassBasicDomainHandlerCookiedomainattribute handler.classBasicExpiresHandlerCookieexpiresattribute handler.classBasicHttpOnlyHandlerCookieHttpOnlyattribute handler.classBasicMaxAgeHandlerCookiemax-ageattribute handler.classBasicPathHandlerCookiepathattribute handler.classBasicSecureHandlerCookiesecureattribute handler.classLaxExpiresHandlerCookieexpiresattribute handler conformant to the more relaxed interpretation of HTTP state management.classLaxMaxAgeHandlerCookiemax-ageattribute handler conformant to the more relaxed interpretation of HTTP state management.classPublicSuffixDomainFilterWraps 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 CookieAttributeHandler Modifier and Type Field Description private CookieAttributeHandler[]RFC6265CookieSpec. attribHandlersFields in org.apache.hc.client5.http.impl.cookie with type parameters of type CookieAttributeHandler Modifier and Type Field Description private java.util.Map<java.lang.String,CookieAttributeHandler>AbstractCookieSpec. attribHandlerMapStores attribute name -> attribute handler mappingsprivate java.util.Map<java.lang.String,CookieAttributeHandler>RFC6265CookieSpec. attribHandlerMapMethods in org.apache.hc.client5.http.impl.cookie that return CookieAttributeHandler Modifier and Type Method Description protected CookieAttributeHandlerAbstractCookieSpec. findAttribHandler(java.lang.String name)Finds an attribute handlerCookieAttributeHandlerfor the given attribute.protected CookieAttributeHandlerAbstractCookieSpec. getAttribHandler(java.lang.String name)Gets attribute handlerCookieAttributeHandlerfor the given attribute.Methods in org.apache.hc.client5.http.impl.cookie that return types with arguments of type CookieAttributeHandler Modifier and Type Method Description protected java.util.Collection<CookieAttributeHandler>AbstractCookieSpec. getAttribHandlers()Constructor parameters in org.apache.hc.client5.http.impl.cookie with type arguments of type CookieAttributeHandler Constructor Description AbstractCookieSpec(java.util.HashMap<java.lang.String,CookieAttributeHandler> map)CookieSpecBase(java.util.HashMap<java.lang.String,CookieAttributeHandler> map)
-