Interface CookieSource
- All Known Implementing Classes:
TestableCookieSinkSource
public interface CookieSource
Provides the cookies from the browser.
-
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.http.Cookie[]
Returns the cookies from the browser.
-
Method Details
-
getCookies
javax.servlet.http.Cookie[] getCookies()Returns the cookies from the browser.
-