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 Constructor Description LenientCookieSpec()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(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)
-
-
-
Method Detail
-
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()
-
-