public interface CookieManager
| Modifier and Type | Method and Description |
|---|---|
Cookie[] |
getCookies(String host,
boolean secure,
String path)
Retrieves the cookies matching the specified criteria.
|
void |
setCookie(Cookie cookie)
Stores a cookie in the cookie manager.
|
void setCookie(Cookie cookie)
cookie - the cookie to storeCopyright © 2017. All rights reserved.