Package com.intuit.karate.http
Class ApacheHttpClient.LenientCookieSpec
java.lang.Object
org.apache.http.impl.cookie.DefaultCookieSpec
com.intuit.karate.http.ApacheHttpClient.LenientCookieSpec
- All Implemented Interfaces:
org.apache.http.cookie.CookieSpec
- Enclosing class:
- ApacheHttpClient
public static class ApacheHttpClient.LenientCookieSpec
extends org.apache.http.impl.cookie.DefaultCookieSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin) static org.apache.http.config.Registry<org.apache.http.cookie.CookieSpecProvider>registry()voidvalidate(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin) Methods inherited from class org.apache.http.impl.cookie.DefaultCookieSpec
formatCookies, getVersion, getVersionHeader, parse, toString
-
Constructor Details
-
LenientCookieSpec
public LenientCookieSpec()
-
-
Method Details
-
match
public boolean match(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin) - Specified by:
matchin interfaceorg.apache.http.cookie.CookieSpec- Overrides:
matchin classorg.apache.http.impl.cookie.DefaultCookieSpec
-
validate
public void validate(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin) throws org.apache.http.cookie.MalformedCookieException - Specified by:
validatein interfaceorg.apache.http.cookie.CookieSpec- Overrides:
validatein classorg.apache.http.impl.cookie.DefaultCookieSpec- Throws:
org.apache.http.cookie.MalformedCookieException
-
registry
public static org.apache.http.config.Registry<org.apache.http.cookie.CookieSpecProvider> registry()
-