org.apache.http.impl.cookie
Class IgnoreSpecFactory

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

@Immutable
public class IgnoreSpecFactory
extends Object
implements CookieSpecFactory

CookieSpecFactory implementation that ignores all cookies.

Since:
4.1

Constructor Summary
IgnoreSpecFactory()
           
 
Method Summary
 CookieSpec newInstance(HttpParams params)
          Creates an instance of CookieSpec using given HTTP parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreSpecFactory

public IgnoreSpecFactory()
Method Detail

newInstance

public CookieSpec newInstance(HttpParams params)
Description copied from interface: CookieSpecFactory
Creates an instance of CookieSpec using given HTTP parameters.

Specified by:
newInstance in interface CookieSpecFactory
Parameters:
params - HTTP parameters.
Returns:
cookie spec.


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.