Uses of Interface
org.apache.http.cookie.CookieAttributeHandler
| Package | Description |
|---|---|
| org.apache.http.impl.cookie |
-
Uses of CookieAttributeHandler in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement CookieAttributeHandler Modifier and Type Class Description classAbstractCookieAttributeHandlerclassBasicCommentHandlerclassBasicDomainHandlerclassBasicExpiresHandlerclassBasicMaxAgeHandlerclassBasicPathHandlerclassBasicSecureHandlerclassNetscapeDomainHandlerclassRFC2109DomainHandlerclassRFC2109VersionHandlerclassRFC2965CommentUrlAttributeHandler"CommantURL" cookie attribute handler for RFC 2965 cookie spec.classRFC2965DiscardAttributeHandler"Discard" cookie attribute handler for RFC 2965 cookie spec.classRFC2965DomainAttributeHandler"Domain" cookie attribute handler for RFC 2965 cookie spec.classRFC2965PortAttributeHandler"Port" cookie attribute handler for RFC 2965 cookie spec.classRFC2965VersionAttributeHandler"Version" cookie attribute handler for RFC 2965 cookie spec.Methods in org.apache.http.impl.cookie that return CookieAttributeHandler Modifier and Type Method Description protected 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.http.impl.cookie that return types with arguments of type CookieAttributeHandler Modifier and Type Method Description protected Collection<CookieAttributeHandler>AbstractCookieSpec. getAttribHandlers()Methods in org.apache.http.impl.cookie with parameters of type CookieAttributeHandler Modifier and Type Method Description voidAbstractCookieSpec. registerAttribHandler(String name, CookieAttributeHandler handler)