Uses of Interface
org.apache.hc.client5.http.cookie.CookieSpec
-
Packages that use CookieSpec 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. -
-
Uses of CookieSpec in org.apache.hc.client5.http.cookie
Methods in org.apache.hc.client5.http.cookie that return CookieSpec Modifier and Type Method Description CookieSpec
CookieSpecFactory. create(org.apache.hc.core5.http.protocol.HttpContext context)
Creates an instance ofCookieSpec
. -
Uses of CookieSpec in org.apache.hc.client5.http.impl.cookie
Classes in org.apache.hc.client5.http.impl.cookie that implement CookieSpec Modifier and Type Class Description class
AbstractCookieSpec
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandler
s.class
CookieSpecBase
Cookie management functions shared by all specification.class
IgnoreSpecSpec
CookieSpec that ignores all cookiesclass
RFC6265CookieSpec
Cookie management functions shared by RFC 6265 compliant specification.(package private) class
RFC6265CookieSpecBase
class
RFC6265LaxSpec
StandardCookieSpec
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
StandardCookieSpec
implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).Fields in org.apache.hc.client5.http.impl.cookie declared as CookieSpec Modifier and Type Field Description private CookieSpec
IgnoreCookieSpecFactory. cookieSpec
private CookieSpec
RFC6265CookieSpecFactory. cookieSpec
Methods in org.apache.hc.client5.http.impl.cookie that return CookieSpec Modifier and Type Method Description CookieSpec
IgnoreCookieSpecFactory. create(org.apache.hc.core5.http.protocol.HttpContext context)
CookieSpec
RFC6265CookieSpecFactory. create(org.apache.hc.core5.http.protocol.HttpContext context)
-
Uses of CookieSpec in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return CookieSpec Modifier and Type Method Description CookieSpec
HttpClientContext. getCookieSpec()
Methods in org.apache.hc.client5.http.protocol with parameters of type CookieSpec Modifier and Type Method Description private void
ResponseProcessCookies. processCookies(java.lang.String exchangeId, java.util.Iterator<org.apache.hc.core5.http.Header> iterator, CookieSpec cookieSpec, CookieOrigin cookieOrigin, CookieStore cookieStore)
-