org.apache.http.impl.cookie
Class BestMatchSpec
java.lang.Object
   org.apache.http.impl.cookie.DefaultCookieSpec
org.apache.http.impl.cookie.DefaultCookieSpec
       org.apache.http.impl.cookie.BestMatchSpec
org.apache.http.impl.cookie.BestMatchSpec
- All Implemented Interfaces: 
- CookieSpec
Deprecated. (4.4) use DefaultCookieSpec.
- @Contract(threading=SAFE)
@Deprecated
public class BestMatchSpec 
- extends DefaultCookieSpec
'Meta' cookie specification that picks up a cookie policy based on
 the format of cookies sent with the HTTP response.
- Since:
- 4.0
 
 
 
 
BestMatchSpec
public BestMatchSpec(String[] datepatterns,
                     boolean oneHeader)
- Deprecated. 
BestMatchSpec
public BestMatchSpec()
- Deprecated. 
toString
public String toString()
- Deprecated. - 
- Overrides:
- toStringin class- DefaultCookieSpec
 
- 
 
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.