Package | Description |
---|---|
org.apache.http.client.protocol |
Client specific HTTP protocol handlers.
|
org.apache.http.cookie |
Client HTTP state management APIs.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
Modifier and Type | Method and Description |
---|---|
org.apache.http.config.Lookup<CookieSpecProvider> |
HttpClientContext.getCookieSpecRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientContext.setCookieSpecRegistry(org.apache.http.config.Lookup<CookieSpecProvider> lookup) |
Modifier and Type | Method and Description |
---|---|
CookieSpecProvider |
CookieSpecRegistry.lookup(String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpClientBuilder |
HttpClientBuilder.setDefaultCookieSpecRegistry(org.apache.http.config.Lookup<CookieSpecProvider> cookieSpecRegistry)
Assigns default
CookieSpec registry which will
be used for request execution if not explicitly set in the client execution
context. |
Modifier and Type | Class and Description |
---|---|
class |
BestMatchSpecFactory
CookieSpecProvider implementation that creates and initializes
BestMatchSpec instances. |
class |
BrowserCompatSpecFactory
CookieSpecProvider implementation that creates and initializes
BrowserCompatSpec instances. |
class |
IgnoreSpecFactory
CookieSpecProvider implementation that ignores all cookies. |
class |
NetscapeDraftSpecFactory
CookieSpecProvider implementation that creates and initializes
NetscapeDraftSpec instances. |
class |
RFC2109SpecFactory
CookieSpecProvider implementation that creates and initializes
RFC2109Spec instances. |
class |
RFC2965SpecFactory
CookieSpecProvider implementation that creates and initializes
RFC2965Spec instances. |
Copyright © 1999-2015 The Apache Software Foundation. All Rights Reserved.