| java.lang.Object | |
| ↳ | org.apache.http.impl.cookie.BestMatchSpecFactory |
CookieSpecFactory implementation that creates and initializes
BestMatchSpec instances.
The following parameters can be used to customize the behavior of this class:
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an instance of
CookieSpec using given HTTP parameters. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.cookie.CookieSpecFactory
| |||||||||||
Creates an instance of CookieSpec using given HTTP parameters.
| params | HTTP parameters. |
|---|