| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CookieSpec | |
|---|---|
| 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. | 
| Uses of CookieSpec in org.apache.http.client.protocol | 
|---|
| Methods in org.apache.http.client.protocol that return CookieSpec | |
|---|---|
|  CookieSpec | HttpClientContext.getCookieSpec() | 
| Uses of CookieSpec in org.apache.http.cookie | 
|---|
| Methods in org.apache.http.cookie that return CookieSpec | |
|---|---|
|  CookieSpec | CookieSpecProvider.create(org.apache.http.protocol.HttpContext context)Creates an instance of CookieSpec. | 
|  CookieSpec | CookieSpecRegistry.getCookieSpec(String name)Deprecated. Gets the cookie specificationwith the given name. | 
|  CookieSpec | CookieSpecRegistry.getCookieSpec(String name,
              org.apache.http.params.HttpParams params)Deprecated. Gets the cookie specificationwith the given ID. | 
|  CookieSpec | CookieSpecFactory.newInstance(org.apache.http.params.HttpParams params)Deprecated. Creates an instance of CookieSpecusing given HTTP parameters. | 
| Uses of CookieSpec in org.apache.http.impl.cookie | 
|---|
| Classes in org.apache.http.impl.cookie that implement CookieSpec | |
|---|---|
|  class | AbstractCookieSpecAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers. | 
|  class | BestMatchSpecDeprecated. (4.4) use DefaultCookieSpec. | 
|  class | BrowserCompatSpecDeprecated. (4.4) use DefaultCookieSpec. | 
|  class | CookieSpecBaseCookie management functions shared by all specification. | 
|  class | DefaultCookieSpecDefault cookie specification that picks up the best matching cookie policy based on the format of cookies sent with the HTTP response. | 
|  class | IgnoreSpecCookieSpec that ignores all cookies | 
|  class | NetscapeDraftSpecThis CookieSpecimplementation conforms to
 the original draft specification published by Netscape Communications. | 
|  class | RFC2109SpecRFC 2109 compliant CookieSpecimplementation. | 
|  class | RFC2965SpecRFC 2965 compliant CookieSpecimplementation. | 
|  class | RFC6265CookieSpecCookie management functions shared by RFC C6265 compliant specification. | 
|  class | RFC6265LaxSpecStandard CookieSpecimplementation that enforces a more relaxed
 interpretation of the HTTP state management specification (RFC 6265, section 5)
 for interoperability with existing servers that do not conform to the well behaved profile
 (RFC 6265, section 4). | 
|  class | RFC6265StrictSpecStandard CookieSpecimplementation that enforces syntax
 and semantics of the well-behaved profile of the HTTP state management specification
 (RFC 6265, section 4). | 
| Methods in org.apache.http.impl.cookie that return CookieSpec | |
|---|---|
|  CookieSpec | NetscapeDraftSpecFactory.create(org.apache.http.protocol.HttpContext context)Deprecated. | 
|  CookieSpec | RFC2109SpecFactory.create(org.apache.http.protocol.HttpContext context)Deprecated. | 
|  CookieSpec | IgnoreSpecFactory.create(org.apache.http.protocol.HttpContext context)Deprecated. | 
|  CookieSpec | RFC2965SpecFactory.create(org.apache.http.protocol.HttpContext context)Deprecated. | 
|  CookieSpec | BestMatchSpecFactory.create(org.apache.http.protocol.HttpContext context)Deprecated. | 
|  CookieSpec | BrowserCompatSpecFactory.create(org.apache.http.protocol.HttpContext context)Deprecated. | 
|  CookieSpec | NetscapeDraftSpecProvider.create(org.apache.http.protocol.HttpContext context) | 
|  CookieSpec | DefaultCookieSpecProvider.create(org.apache.http.protocol.HttpContext context) | 
|  CookieSpec | RFC2965SpecProvider.create(org.apache.http.protocol.HttpContext context) | 
|  CookieSpec | RFC2109SpecProvider.create(org.apache.http.protocol.HttpContext context) | 
|  CookieSpec | RFC6265CookieSpecProvider.create(org.apache.http.protocol.HttpContext context) | 
|  CookieSpec | IgnoreSpecProvider.create(org.apache.http.protocol.HttpContext context) | 
|  CookieSpec | NetscapeDraftSpecFactory.newInstance(org.apache.http.params.HttpParams params)Deprecated. | 
|  CookieSpec | RFC2109SpecFactory.newInstance(org.apache.http.params.HttpParams params)Deprecated. | 
|  CookieSpec | IgnoreSpecFactory.newInstance(org.apache.http.params.HttpParams params)Deprecated. | 
|  CookieSpec | RFC2965SpecFactory.newInstance(org.apache.http.params.HttpParams params)Deprecated. | 
|  CookieSpec | BestMatchSpecFactory.newInstance(org.apache.http.params.HttpParams params)Deprecated. | 
|  CookieSpec | BrowserCompatSpecFactory.newInstance(org.apache.http.params.HttpParams params)Deprecated. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||