|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieAttributeHandler | |
---|---|
org.apache.http.cookie | Client HTTP state management APIs. |
org.apache.http.impl.cookie | 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.cookie | |
---|---|
interface |
CommonCookieAttributeHandler
Extension of CookieAttributeHandler intended
to handle one specific common attribute whose name is returned with
CommonCookieAttributeHandler.getAttributeName() method. |
Uses of CookieAttributeHandler in org.apache.http.impl.cookie |
---|
Classes in org.apache.http.impl.cookie that implement CookieAttributeHandler | |
---|---|
class |
AbstractCookieAttributeHandler
|
class |
BasicCommentHandler
|
class |
BasicDomainHandler
|
class |
BasicExpiresHandler
|
class |
BasicMaxAgeHandler
|
class |
BasicPathHandler
|
class |
BasicSecureHandler
|
class |
BrowserCompatVersionAttributeHandler
Deprecated. (4.4) no longer used. |
class |
LaxExpiresHandler
|
class |
LaxMaxAgeHandler
|
class |
NetscapeDomainHandler
|
class |
PublicSuffixDomainFilter
Wraps a CookieAttributeHandler and leverages its match method
to never match a suffix from a black list. |
class |
PublicSuffixFilter
Deprecated. (4.4) use PublicSuffixDomainFilter |
class |
RFC2109DomainHandler
|
class |
RFC2109VersionHandler
|
class |
RFC2965CommentUrlAttributeHandler
"CommentURL" cookie attribute handler for RFC 2965 cookie spec. |
class |
RFC2965DiscardAttributeHandler
"Discard" cookie attribute handler for RFC 2965 cookie spec. |
class |
RFC2965DomainAttributeHandler
"Domain" cookie attribute handler for RFC 2965 cookie spec. |
class |
RFC2965PortAttributeHandler
"Port" cookie attribute handler for RFC 2965 cookie spec. |
class |
RFC2965VersionAttributeHandler
"Version" cookie attribute handler for RFC 2965 cookie spec. |
Methods in org.apache.http.impl.cookie that return CookieAttributeHandler | |
---|---|
protected CookieAttributeHandler |
AbstractCookieSpec.findAttribHandler(String name)
Finds an attribute handler CookieAttributeHandler for the
given attribute. |
protected CookieAttributeHandler |
AbstractCookieSpec.getAttribHandler(String name)
Gets attribute handler CookieAttributeHandler for the
given attribute. |
Methods in org.apache.http.impl.cookie that return types with arguments of type CookieAttributeHandler | |
---|---|
protected Collection<CookieAttributeHandler> |
AbstractCookieSpec.getAttribHandlers()
|
Methods in org.apache.http.impl.cookie with parameters of type CookieAttributeHandler | |
---|---|
void |
AbstractCookieSpec.registerAttribHandler(String name,
CookieAttributeHandler handler)
Deprecated. (4.4) use AbstractCookieSpec.AbstractCookieSpec(java.util.HashMap) or
AbstractCookieSpec.AbstractCookieSpec(org.apache.http.cookie.CommonCookieAttributeHandler...)
constructors instead. |
Constructors in org.apache.http.impl.cookie with parameters of type CookieAttributeHandler | |
---|---|
PublicSuffixFilter(CookieAttributeHandler wrapped)
Deprecated. |
Constructor parameters in org.apache.http.impl.cookie with type arguments of type CookieAttributeHandler | |
---|---|
AbstractCookieSpec(HashMap<String,CookieAttributeHandler> map)
|
|
CookieSpecBase(HashMap<String,CookieAttributeHandler> map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |