Package org.apache.http.impl.cookie
Class BestMatchSpec
java.lang.Object
org.apache.http.impl.cookie.DefaultCookieSpec
org.apache.http.impl.cookie.BestMatchSpec
- All Implemented Interfaces:
CookieSpec
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 Summary
ConstructorsConstructorDescriptionDeprecated.BestMatchSpec
(String[] datepatterns, boolean oneHeader) Deprecated. -
Method Summary
Methods inherited from class org.apache.http.impl.cookie.DefaultCookieSpec
formatCookies, getVersion, getVersionHeader, match, parse, validate
-
Constructor Details
-
BestMatchSpec
Deprecated. -
BestMatchSpec
public BestMatchSpec()Deprecated.
-
-
Method Details
-
toString
Deprecated.- Overrides:
toString
in classDefaultCookieSpec
-
DefaultCookieSpec
.