@Immutable public class BestMatchSpecFactory extends Object implements CookieSpecFactory
CookieSpecFactory
implementation that creates and initializes
BestMatchSpec
instances.
The following parameters can be used to customize the behavior of this class:
Constructor and Description |
---|
BestMatchSpecFactory() |
Modifier and Type | Method and Description |
---|---|
CookieSpec |
newInstance(HttpParams params)
Creates an instance of
CookieSpec using given HTTP parameters. |
public CookieSpec newInstance(HttpParams params)
CookieSpecFactory
CookieSpec
using given HTTP parameters.newInstance
in interface CookieSpecFactory
params
- HTTP parameters.Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.