Package | Description |
---|---|
org.apache.hc.client5.http.cookie |
Client HTTP state management APIs.
|
org.apache.hc.client5.http.impl.cookie |
Standard and common HTTP cookie management policies.
|
org.apache.hc.client5.http.protocol |
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
|
Modifier and Type | Method and Description |
---|---|
CookieSpec |
CookieSpecFactory.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
CookieAttributeHandler s. |
class |
CookieSpecBase
Cookie management functions shared by all specification.
|
class |
IgnoreSpecSpec
CookieSpec that ignores all cookies
|
class |
RFC6265CookieSpec
Cookie management functions shared by RFC 6265 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 |
RFC6265CookieSpecFactory.create(org.apache.hc.core5.http.protocol.HttpContext context) |
CookieSpec |
IgnoreCookieSpecFactory.create(org.apache.hc.core5.http.protocol.HttpContext context) |
Modifier and Type | Method and Description |
---|---|
CookieSpec |
HttpClientContext.getCookieSpec()
Represents a
CookieSpec chosen in the context of request execution. |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientContext.setCookieSpec(CookieSpec cookieSpec) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.