Class BestMatchSpec

java.lang.Object
org.apache.http.impl.cookie.DefaultCookieSpec
org.apache.http.impl.cookie.BestMatchSpec
All Implemented Interfaces:
CookieSpec

@Contract(threading=SAFE) @Deprecated public class BestMatchSpec extends DefaultCookieSpec
Deprecated.
'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response.
Since:
4.0
  • Constructor Details

    • BestMatchSpec

      public BestMatchSpec(String[] datepatterns, boolean oneHeader)
      Deprecated.
    • BestMatchSpec

      public BestMatchSpec()
      Deprecated.
  • Method Details