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