Package | Description |
---|---|
org.apache.http.cookie |
The API for client-side state management via cookies.
|
org.apache.http.impl.cookie |
Default implementations for interfaces in
org.apache.http.cookie . |
Modifier and Type | Method and Description |
---|---|
void |
CookieSpecRegistry.register(String name,
CookieSpecFactory factory)
Registers a
CookieSpecFactory with the given identifier. |
Modifier and Type | Method and Description |
---|---|
void |
CookieSpecRegistry.setItems(Map<String,CookieSpecFactory> map)
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
CookieSpecFactory implementation that creates and initializes
BestMatchSpec instances. |
class |
BrowserCompatSpecFactory
CookieSpecFactory implementation that creates and initializes
BrowserCompatSpec instances. |
class |
IgnoreSpecFactory
CookieSpecFactory implementation that ignores all cookies. |
class |
NetscapeDraftSpecFactory
CookieSpecFactory implementation that creates and initializes
NetscapeDraftSpec instances. |
class |
RFC2109SpecFactory
CookieSpecFactory implementation that creates and initializes
RFC2109Spec instances. |
class |
RFC2965SpecFactory
CookieSpecFactory implementation that creates and initializes
RFC2965Spec instances. |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.