| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.impl.cookie.RFC2965SpecFactory
RFC2965SpecProvider.
@Contract(threading=IMMUTABLE) @Deprecated public class RFC2965SpecFactory
CookieSpecProvider implementation that provides an instance of
 RFC2965Spec. The instance returned by this factory can
 be shared by multiple threads.
| Constructor Summary | |
|---|---|
| RFC2965SpecFactory()Deprecated. | |
| RFC2965SpecFactory(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 CookieSpecusing given HTTP parameters. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public RFC2965SpecFactory(String[] datepatterns,
                          boolean oneHeader)
public RFC2965SpecFactory()
| Method Detail | 
|---|
public CookieSpec newInstance(org.apache.http.params.HttpParams params)
CookieSpecFactoryCookieSpec using given HTTP parameters.
newInstance in interface CookieSpecFactoryparams - HTTP parameters.
public CookieSpec create(org.apache.http.protocol.HttpContext context)
CookieSpecProviderCookieSpec.
create in interface CookieSpecProvider| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||