org.apache.http.impl.cookie
Class BestMatchSpecFactory

java.lang.Object
  extended by org.apache.http.impl.cookie.BestMatchSpecFactory
All Implemented Interfaces:
CookieSpecFactory, CookieSpecProvider

Deprecated. (4.4) use DefaultCookieSpecProvider.

@Contract(threading=IMMUTABLE)
@Deprecated
public class BestMatchSpecFactory
extends Object
implements CookieSpecFactory, CookieSpecProvider

CookieSpecProvider implementation that provides an instance of BestMatchSpec. The instance returned by this factory can be shared by multiple threads.

Since:
4.0

Constructor Summary
BestMatchSpecFactory()
          Deprecated.  
BestMatchSpecFactory(String[] datepatterns, boolean oneHeader)
          Deprecated.  
 
Method Summary
 CookieSpec create(org.apache.http.protocol.HttpContext context)
          Deprecated. Creates an instance of CookieSpec.
 CookieSpec newInstance(org.apache.http.params.HttpParams params)
          Deprecated. Creates an instance of CookieSpec using given HTTP parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestMatchSpecFactory

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

BestMatchSpecFactory

public BestMatchSpecFactory()
Deprecated. 
Method Detail

newInstance

public CookieSpec newInstance(org.apache.http.params.HttpParams params)
Deprecated. 
Description copied from interface: CookieSpecFactory
Creates an instance of CookieSpec using given HTTP parameters.

Specified by:
newInstance in interface CookieSpecFactory
Parameters:
params - HTTP parameters.
Returns:
cookie spec.

create

public CookieSpec create(org.apache.http.protocol.HttpContext context)
Deprecated. 
Description copied from interface: CookieSpecProvider
Creates an instance of CookieSpec.

Specified by:
create in interface CookieSpecProvider
Returns:
auth scheme.


Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.