public class NoopCookieStore extends Object implements org.apache.http.client.CookieStore
CookieStore used when bridging endpoints.| Constructor and Description |
|---|
NoopCookieStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCookie(org.apache.http.cookie.Cookie cookie) |
void |
clear() |
boolean |
clearExpired(Date date) |
List<org.apache.http.cookie.Cookie> |
getCookies() |
public void addCookie(org.apache.http.cookie.Cookie cookie)
addCookie in interface org.apache.http.client.CookieStorepublic List<org.apache.http.cookie.Cookie> getCookies()
getCookies in interface org.apache.http.client.CookieStorepublic boolean clearExpired(Date date)
clearExpired in interface org.apache.http.client.CookieStorepublic void clear()
clear in interface org.apache.http.client.CookieStoreApache Camel