org.apache.http.impl.cookie
Class IgnoreSpecFactory

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

@Immutable
public class IgnoreSpecFactory
extends java.lang.Object
implements org.apache.http.cookie.CookieSpecFactory, CookieSpecProvider

CookieSpecProvider implementation that ignores all cookies.

Since:
4.1

Constructor Summary
IgnoreSpecFactory()
           
 
Method Summary
 org.apache.http.cookie.CookieSpec create(org.apache.http.protocol.HttpContext context)
          Creates an instance of CookieSpec.
 org.apache.http.cookie.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

IgnoreSpecFactory

public IgnoreSpecFactory()
Method Detail

newInstance

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

create

public org.apache.http.cookie.CookieSpec create(org.apache.http.protocol.HttpContext context)
Description copied from interface: CookieSpecProvider
Creates an instance of CookieSpec.

Specified by:
create in interface CookieSpecProvider
Returns:
auth scheme.