org.apache.camel.component.http4
Class NoopCookieStore
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoopCookieStore
public NoopCookieStore()
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