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 CookieSpecCookieSpecFactory. 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 classAbstractCookieSpecAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandlers.classCookieSpecBaseCookie management functions shared by all specification.classIgnoreSpecSpecCookieSpec that ignores all cookiesclassRFC6265CookieSpecCookie management functions shared by RFC 6265 compliant specification.(package private) classRFC6265CookieSpecBaseclassRFC6265LaxSpecStandardCookieSpecimplementation 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).classRFC6265StrictSpecStandardCookieSpecimplementation 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 CookieSpecIgnoreCookieSpecFactory. cookieSpecprivate CookieSpecRFC6265CookieSpecFactory. cookieSpecMethods in org.apache.hc.client5.http.impl.cookie that return CookieSpec Modifier and Type Method Description CookieSpecIgnoreCookieSpecFactory. create(org.apache.hc.core5.http.protocol.HttpContext context)CookieSpecRFC6265CookieSpecFactory. 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 CookieSpecHttpClientContext. getCookieSpec()Methods in org.apache.hc.client5.http.protocol with parameters of type CookieSpec Modifier and Type Method Description private voidResponseProcessCookies. processCookies(java.lang.String exchangeId, java.util.Iterator<org.apache.hc.core5.http.Header> iterator, CookieSpec cookieSpec, CookieOrigin cookieOrigin, CookieStore cookieStore)
-