Package | Description |
---|---|
org.apache.http.cookie |
Client HTTP state management APIs.
|
org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
Modifier and Type | Method and Description |
---|---|
void |
CookieSpecRegistry.register(String name,
CookieSpecFactory factory)
Deprecated.
Registers a
CookieSpecFactory with the given identifier. |
Modifier and Type | Method and Description |
---|---|
void |
CookieSpecRegistry.setItems(Map<String,CookieSpecFactory> map)
Deprecated.
Populates the internal collection of registered
cookie
specs with the content of the map passed as a parameter. |
Modifier and Type | Class and Description |
---|---|
class |
BestMatchSpecFactory
Deprecated.
(4.4) use
DefaultCookieSpecProvider . |
class |
BrowserCompatSpecFactory
Deprecated.
(4.4) use
DefaultCookieSpecProvider . |
class |
IgnoreSpecFactory
Deprecated.
(4.4) Use
IgnoreSpecProvider . |
class |
NetscapeDraftSpecFactory
Deprecated.
(4.4) Use
NetscapeDraftSpecProvider . |
class |
RFC2109SpecFactory
Deprecated.
(4.4) Use
RFC2109SpecProvider . |
class |
RFC2965SpecFactory
Deprecated.
(4.4) Use
RFC2965SpecProvider . |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.