org.apache.http.impl.cookie
Class BestMatchSpecFactory

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

public class BestMatchSpecFactory
extends java.lang.Object
implements CookieSpecFactory

Since:
4.0
Author:
Oleg Kalnichevski

Constructor Summary
BestMatchSpecFactory()
           
 
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

BestMatchSpecFactory

public BestMatchSpecFactory()
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.