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 Details

    • NoopCookieStore

      public NoopCookieStore()
  • Method Details

    • addCookie

      public void addCookie(org.apache.hc.client5.http.cookie.Cookie cookie)
      Specified by:
      addCookie in interface org.apache.hc.client5.http.cookie.CookieStore
    • getCookies

      public List<org.apache.hc.client5.http.cookie.Cookie> getCookies()
      Specified by:
      getCookies in interface org.apache.hc.client5.http.cookie.CookieStore
    • clearExpired

      public boolean clearExpired(Date date)
      Specified by:
      clearExpired in interface org.apache.hc.client5.http.cookie.CookieStore
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.hc.client5.http.cookie.CookieStore