Interface CookieSink
-
- All Known Implementing Classes:
TestableCookieSinkSource
public interface CookieSink
You can write cookies to it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addCookie(Cookie cookie)
Adds a cookie to the sink
-