| Package | Description |
|---|---|
| org.apache.hc.client5.http.cookie |
Client HTTP state management APIs.
|
| org.apache.hc.client5.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
| org.apache.hc.client5.http.protocol |
Client specific HTTP protocol handlers.
|
| Modifier and Type | Method and Description |
|---|---|
CookieSpec |
CookieSpecProvider.create(org.apache.hc.core5.http.protocol.HttpContext context)
Creates an instance of
CookieSpec. |
| 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
CookieAttributeHandlers. |
class |
CookieSpecBase
Cookie management functions shared by all specification.
|
class |
IgnoreSpec
CookieSpec that ignores all cookies
|
class |
RFC6265CookieSpec
Cookie management functions shared by RFC C6265 compliant specification.
|
class |
RFC6265LaxSpec
Standard
CookieSpec implementation 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 |
RFC6265StrictSpec
Standard
CookieSpec implementation that enforces syntax
and semantics of the well-behaved profile of the HTTP state management specification
(RFC 6265, section 4). |
| Modifier and Type | Method and Description |
|---|---|
CookieSpec |
IgnoreSpecProvider.create(org.apache.hc.core5.http.protocol.HttpContext context) |
CookieSpec |
RFC6265CookieSpecProvider.create(org.apache.hc.core5.http.protocol.HttpContext context) |
| Modifier and Type | Method and Description |
|---|---|
CookieSpec |
HttpClientContext.getCookieSpec() |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.