org.apache.http.impl.cookie
Class RFC2965SpecFactory

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

public class RFC2965SpecFactory
extends java.lang.Object
implements CookieSpecFactory

Since:
4.0
Author:
Oleg Kalnichevski

Constructor Summary
RFC2965SpecFactory()
           
 
Method Summary
 CookieSpec newInstance(org.apache.http.params.HttpParams params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFC2965SpecFactory

public RFC2965SpecFactory()
Method Detail

newInstance

public CookieSpec newInstance(org.apache.http.params.HttpParams params)
Specified by:
newInstance in interface CookieSpecFactory


Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.