Interface CookieSource
- 
- All Known Implementing Classes:
 TestableCookieSinkSource
public interface CookieSource
Provides the cookies from the browser. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cookie[]getCookies()Returns the cookies from the browser. 
 - 
 
- 
- 
Method Detail
- 
getCookies
Cookie[] getCookies()
Returns the cookies from the browser. 
 - 
 
 -