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(javax.servlet.http.Cookie cookie)
Adds a cookie to the sink
-
-
-
Method Detail
-
addCookie
void addCookie(javax.servlet.http.Cookie cookie)
Adds a cookie to the sink
-
-