Package org.apache.http.impl.cookie
Class RFC2109SpecFactory
java.lang.Object
org.apache.http.impl.cookie.RFC2109SpecFactory
- All Implemented Interfaces:
CookieSpecFactory,CookieSpecProvider
@Contract(threading=IMMUTABLE)
@Deprecated
public class RFC2109SpecFactory
extends Object
implements CookieSpecFactory, CookieSpecProvider
Deprecated.
CookieSpecProvider implementation that provides an instance of
RFC2109Spec. The instance returned by this factory
can be shared by multiple threads.- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.RFC2109SpecFactory(String[] datepatterns, boolean oneHeader) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreate(HttpContext context) Deprecated.Creates an instance ofCookieSpec.newInstance(HttpParams params) Deprecated.Creates an instance ofCookieSpecusing given HTTP parameters.
-
Constructor Details
-
RFC2109SpecFactory
Deprecated. -
RFC2109SpecFactory
public RFC2109SpecFactory()Deprecated.
-
-
Method Details
-
newInstance
Deprecated.Description copied from interface:CookieSpecFactoryCreates an instance ofCookieSpecusing given HTTP parameters.- Specified by:
newInstancein interfaceCookieSpecFactory- Parameters:
params- HTTP parameters.- Returns:
- cookie spec.
-
create
Deprecated.Description copied from interface:CookieSpecProviderCreates an instance ofCookieSpec.- Specified by:
createin interfaceCookieSpecProvider- Returns:
- auth scheme.
-
RFC2109SpecProvider.