@Immutable public class RFC2965SpecFactory extends Object implements CookieSpecFactory
CookieSpecFactory
implementation that creates and initializes
RFC2965Spec
instances.
The following parameters can be used to customize the behavior of this class:
Constructor and Description |
---|
RFC2965SpecFactory() |
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.