org.apache.http.impl.cookie
Class IgnoreSpec

java.lang.Object
  extended by org.apache.http.impl.cookie.AbstractCookieSpecHC4
      extended by org.apache.http.impl.cookie.CookieSpecBaseHC4
          extended by org.apache.http.impl.cookie.IgnoreSpec
All Implemented Interfaces:
org.apache.http.cookie.CookieSpec

@NotThreadSafe
public class IgnoreSpec
extends CookieSpecBaseHC4

CookieSpec that ignores all cookies

Since:
4.1

Constructor Summary
IgnoreSpec()
           
 
Method Summary
 java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.apache.http.cookie.Cookie> cookies)
           
 int getVersion()
           
 org.apache.http.Header getVersionHeader()
           
 java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header header, org.apache.http.cookie.CookieOrigin origin)
           
 
Methods inherited from class org.apache.http.impl.cookie.CookieSpecBaseHC4
getDefaultDomain, getDefaultPath, match, parse, validate
 
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieSpecHC4
findAttribHandler, getAttribHandler, getAttribHandlers, registerAttribHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreSpec

public IgnoreSpec()
Method Detail

getVersion

public int getVersion()

parse

public java.util.List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header header,
                                                           org.apache.http.cookie.CookieOrigin origin)
                                                    throws org.apache.http.cookie.MalformedCookieException
Throws:
org.apache.http.cookie.MalformedCookieException

formatCookies

public java.util.List<org.apache.http.Header> formatCookies(java.util.List<org.apache.http.cookie.Cookie> cookies)

getVersionHeader

public org.apache.http.Header getVersionHeader()