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 TypeInterfaceDescriptioninterface
Extension ofCookieAttributeHandler
intended 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 TypeClassDescriptionclass
class
Cookiedomain
attribute handler.class
Cookieexpires
attribute handler.class
CookieHttpOnly
attribute handler.class
Cookiemax-age
attribute handler.class
Cookiepath
attribute handler.class
Cookiesecure
attribute handler.class
Cookieexpires
attribute handler conformant to the more relaxed interpretation of HTTP state management.class
Cookiemax-age
attribute handler conformant to the more relaxed interpretation of HTTP state management.class
Wraps aCookieAttributeHandler
and 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.attribHandlers
Fields in org.apache.hc.client5.http.impl.cookie with type parameters of type CookieAttributeHandlerModifier and TypeFieldDescriptionprivate final Map
<String, CookieAttributeHandler> AbstractCookieSpec.attribHandlerMap
Stores attribute name -> attribute handler mappingsprivate final Map
<String, CookieAttributeHandler> RFC6265CookieSpec.attribHandlerMap
Methods in org.apache.hc.client5.http.impl.cookie that return CookieAttributeHandlerModifier and TypeMethodDescriptionprotected CookieAttributeHandler
AbstractCookieSpec.findAttribHandler
(String name) Finds an attribute handlerCookieAttributeHandler
for the given attribute.protected CookieAttributeHandler
AbstractCookieSpec.getAttribHandler
(String name) Gets attribute handlerCookieAttributeHandler
for 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 CookieAttributeHandlerModifierConstructorDescriptionprotected
protected