Uses of Class gnu.java.net.protocol.http.Cookie

Uses in package gnu.java.net.protocol.http

Methods with parameter type gnu.java.net.protocol.http.Cookie

void
Stores a cookie in the cookie manager.
void
Stores a cookie in the cookie manager.

Methods with return type gnu.java.net.protocol.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.