|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieAttributeHandler | |
---|---|
org.apache.http.impl.cookie |
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 |
NetscapeDomainHandler
|
class |
RFC2109DomainHandler
|
class |
RFC2109VersionHandler
|
Methods in org.apache.http.impl.cookie that return CookieAttributeHandler | |
---|---|
protected CookieAttributeHandler |
AbstractCookieSpec.findAttribHandler(java.lang.String name)
Finds an attribute handler CookieAttributeHandler for the
given attribute. |
protected CookieAttributeHandler |
AbstractCookieSpec.getAttribHandler(java.lang.String name)
Gets attribute handler CookieAttributeHandler for the
given attribute. |
Methods in org.apache.http.impl.cookie with parameters of type CookieAttributeHandler | |
---|---|
void |
AbstractCookieSpec.registerAttribHandler(java.lang.String name,
CookieAttributeHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |