Interface CookieSink
- All Known Implementing Classes:
TestableCookieSinkSource
public interface CookieSink
You can write cookies to it.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCookie
(javax.servlet.http.Cookie cookie) Adds a cookie to the sink
-
Method Details
-
addCookie
Adds a cookie to the sink
-