org.apache.camel.component.http4
Class NoopCookieStore

java.lang.Object
  extended by org.apache.camel.component.http4.NoopCookieStore
All Implemented Interfaces:
org.apache.http.client.CookieStore

public class NoopCookieStore
extends Object
implements org.apache.http.client.CookieStore

A noop CookieStore used when bridging endpoints.


Constructor Summary
NoopCookieStore()
           
 
Method Summary
 void addCookie(org.apache.http.cookie.Cookie cookie)
           
 void clear()
           
 boolean clearExpired(Date date)
           
 List<org.apache.http.cookie.Cookie> getCookies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopCookieStore

public NoopCookieStore()
Method Detail

addCookie

public void addCookie(org.apache.http.cookie.Cookie cookie)
Specified by:
addCookie in interface org.apache.http.client.CookieStore

getCookies

public List<org.apache.http.cookie.Cookie> getCookies()
Specified by:
getCookies in interface org.apache.http.client.CookieStore

clearExpired

public boolean clearExpired(Date date)
Specified by:
clearExpired in interface org.apache.http.client.CookieStore

clear

public void clear()
Specified by:
clear in interface org.apache.http.client.CookieStore


Apache Camel