Interface CookieSink

All Known Implementing Classes:
TestableCookieSinkSource

public interface CookieSink
You can write cookies to it.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addCookie(javax.servlet.http.Cookie cookie)
    Adds a cookie to the sink
  • Method Details

    • addCookie

      void addCookie(javax.servlet.http.Cookie cookie)
      Adds a cookie to the sink