Frames | No Frames |
Methods with parameter type gnu.inet.http.Cookie | |
void | Stores a cookie in the cookie manager. |
void | Stores a cookie in the cookie manager. |
Methods with return type gnu.inet.http.Cookie | |
Cookie[] | CookieManager.getCookies(String host, boolean secure, String path) Retrieves the cookies matching the specified criteria. |
Cookie[] | SimpleCookieManager.getCookies(String host, boolean secure, String path) Retrieves the cookies matching the specified criteria. |