Package org.apache.camel.component.http
Class NoopCookieStore
java.lang.Object
org.apache.camel.component.http.NoopCookieStore
- All Implemented Interfaces:
org.apache.hc.client5.http.cookie.CookieStore
public class NoopCookieStore
extends Object
implements org.apache.hc.client5.http.cookie.CookieStore
A noop
CookieStore used when bridging endpoints.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCookie(org.apache.hc.client5.http.cookie.Cookie cookie) voidclear()booleanclearExpired(Date date) List<org.apache.hc.client5.http.cookie.Cookie> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hc.client5.http.cookie.CookieStore
clearExpired
-
Constructor Details
-
NoopCookieStore
public NoopCookieStore()
-
-
Method Details
-
addCookie
public void addCookie(org.apache.hc.client5.http.cookie.Cookie cookie) - Specified by:
addCookiein interfaceorg.apache.hc.client5.http.cookie.CookieStore
-
getCookies
- Specified by:
getCookiesin interfaceorg.apache.hc.client5.http.cookie.CookieStore
-
clearExpired
- Specified by:
clearExpiredin interfaceorg.apache.hc.client5.http.cookie.CookieStore
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.hc.client5.http.cookie.CookieStore
-