|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieSpecProvider | |
---|---|
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. |
Uses of CookieSpecProvider in org.apache.http.client.protocol |
---|
Methods in org.apache.http.client.protocol that return types with arguments of type CookieSpecProvider | |
---|---|
org.apache.http.config.Lookup<CookieSpecProvider> |
HttpClientContext.getCookieSpecRegistry()
|
Method parameters in org.apache.http.client.protocol with type arguments of type CookieSpecProvider | |
---|---|
void |
HttpClientContext.setCookieSpecRegistry(org.apache.http.config.Lookup<CookieSpecProvider> lookup)
|
Uses of CookieSpecProvider in org.apache.http.cookie |
---|
Methods in org.apache.http.cookie that return CookieSpecProvider | |
---|---|
CookieSpecProvider |
CookieSpecRegistry.lookup(String name)
Deprecated. |
Uses of CookieSpecProvider in org.apache.http.impl.client |
---|
Methods in org.apache.http.impl.client that return types with arguments of type CookieSpecProvider | |
---|---|
static org.apache.http.config.Lookup<CookieSpecProvider> |
CookieSpecRegistries.createDefault()
Creates the default registry, using the default public suffix matcher. |
static org.apache.http.config.Lookup<CookieSpecProvider> |
CookieSpecRegistries.createDefault(PublicSuffixMatcher publicSuffixMatcher)
Creates the default registry with the provided public suffix matcher |
static org.apache.http.config.RegistryBuilder<CookieSpecProvider> |
CookieSpecRegistries.createDefaultBuilder()
Creates a builder containing the default registry entries with the default public suffix matcher. |
static org.apache.http.config.RegistryBuilder<CookieSpecProvider> |
CookieSpecRegistries.createDefaultBuilder(PublicSuffixMatcher publicSuffixMatcher)
Creates a builder containing the default registry entries, using the provided public suffix matcher. |
Method parameters in org.apache.http.impl.client with type arguments of type CookieSpecProvider | |
---|---|
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. |
Uses of CookieSpecProvider in org.apache.http.impl.cookie |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |