Uses of Class gnu.inet.http.Cookie

Uses in package gnu.inet.http

Methods with parameter type gnu.inet.http.Cookie

void
Stores a cookie in the cookie manager.
void

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)