|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieSpecFactory | |
---|---|
org.apache.http.cookie | The API for client-side state management via cookies, commonly referred to as HttpCookie. |
org.apache.http.impl.cookie |
Uses of CookieSpecFactory in org.apache.http.cookie |
---|
Methods in org.apache.http.cookie with parameters of type CookieSpecFactory | |
---|---|
void |
CookieSpecRegistry.register(java.lang.String name,
CookieSpecFactory factory)
Registers a CookieSpecFactory with the given identifier. |
Method parameters in org.apache.http.cookie with type arguments of type CookieSpecFactory | |
---|---|
void |
CookieSpecRegistry.setItems(java.util.Map<java.lang.String,CookieSpecFactory> map)
Populates the internal collection of registered cookie
specs with the content of the map passed as a parameter. |
Uses of CookieSpecFactory in org.apache.http.impl.cookie |
---|
Classes in org.apache.http.impl.cookie that implement CookieSpecFactory | |
---|---|
class |
BestMatchSpecFactory
|
class |
BrowserCompatSpecFactory
|
class |
NetscapeDraftSpecFactory
|
class |
RFC2109SpecFactory
|
class |
RFC2965SpecFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |