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 TypeInterfaceDescriptioninterface
Extension ofCookieAttributeHandler
intended 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
Deprecated.(4.4) no longer used.class
class
class
class
Wraps aCookieAttributeHandler
and leverages its match method to never match a suffix from a black list.class
Deprecated.(4.4) usePublicSuffixDomainFilter
class
class
class
"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.Methods in org.apache.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.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 TypeMethodDescriptionvoid
AbstractCookieSpec.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 CookieAttributeHandlerModifierConstructorDescriptionprotected
protected