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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin)
     
    static org.apache.http.config.Registry<org.apache.http.cookie.CookieSpecProvider>
     
    void
    validate(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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:
      match in interface org.apache.http.cookie.CookieSpec
      Overrides:
      match in class org.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:
      validate in interface org.apache.http.cookie.CookieSpec
      Overrides:
      validate in class org.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()