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.cookie |
Default implementations of standard and common HTTP state
management policies.
|
Modifier and Type | Method and Description |
---|---|
CookieSpec |
HttpClientContext.getCookieSpec() |
Modifier and Type | Method and Description |
---|---|
CookieSpec |
CookieSpecProvider.create(org.apache.http.protocol.HttpContext context)
Creates an instance of
CookieSpec . |
CookieSpec |
CookieSpecRegistry.getCookieSpec(String name)
Deprecated.
Gets the
cookie specification with the given name. |
CookieSpec |
CookieSpecRegistry.getCookieSpec(String name,
org.apache.http.params.HttpParams params)
Deprecated.
Gets the
cookie specification with the given ID. |
CookieSpec |
CookieSpecFactory.newInstance(org.apache.http.params.HttpParams params)
Deprecated.
Creates an instance of
CookieSpec using given HTTP parameters. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCookieSpec
Abstract cookie specification which can delegate the job of parsing,
validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandler s. |
class |
BestMatchSpec
'Meta' cookie specification that picks up a cookie policy based on
the format of cookies sent with the HTTP response.
|
class |
BrowserCompatSpec
Cookie specification that strives to closely mimic (mis)behavior of
common web browser applications such as Microsoft Internet Explorer
and Mozilla FireFox.
|
class |
CookieSpecBase
Cookie management functions shared by all specification.
|
class |
IgnoreSpec
CookieSpec that ignores all cookies
|
class |
NetscapeDraftSpec
This
CookieSpec implementation conforms to
the original draft specification published by Netscape Communications. |
class |
RFC2109Spec
RFC 2109 compliant
CookieSpec implementation. |
class |
RFC2965Spec
RFC 2965 compliant
CookieSpec implementation. |
Modifier and Type | Method and Description |
---|---|
CookieSpec |
IgnoreSpecFactory.create(org.apache.http.protocol.HttpContext context) |
CookieSpec |
BestMatchSpecFactory.create(org.apache.http.protocol.HttpContext context) |
CookieSpec |
NetscapeDraftSpecFactory.create(org.apache.http.protocol.HttpContext context) |
CookieSpec |
RFC2965SpecFactory.create(org.apache.http.protocol.HttpContext context) |
CookieSpec |
RFC2109SpecFactory.create(org.apache.http.protocol.HttpContext context) |
CookieSpec |
BrowserCompatSpecFactory.create(org.apache.http.protocol.HttpContext context) |
CookieSpec |
IgnoreSpecFactory.newInstance(org.apache.http.params.HttpParams params) |
CookieSpec |
BestMatchSpecFactory.newInstance(org.apache.http.params.HttpParams params) |
CookieSpec |
NetscapeDraftSpecFactory.newInstance(org.apache.http.params.HttpParams params) |
CookieSpec |
RFC2965SpecFactory.newInstance(org.apache.http.params.HttpParams params) |
CookieSpec |
RFC2109SpecFactory.newInstance(org.apache.http.params.HttpParams params) |
CookieSpec |
BrowserCompatSpecFactory.newInstance(org.apache.http.params.HttpParams params) |
Copyright © 1999-2015 The Apache Software Foundation. All Rights Reserved.