|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cookie | |
---|---|
gnu.inet.http | This package contains an HTTP/1.1 client, as described in RFC 2616. |
Uses of Cookie in gnu.inet.http |
---|
Methods in gnu.inet.http that return Cookie | |
---|---|
Cookie[] |
SimpleCookieManager.getCookies(java.lang.String host,
boolean secure,
java.lang.String path)
|
Cookie[] |
CookieManager.getCookies(java.lang.String host,
boolean secure,
java.lang.String path)
Retrieves the cookies matching the specified criteria. |
Methods in gnu.inet.http with parameters of type Cookie | |
---|---|
void |
SimpleCookieManager.setCookie(Cookie cookie)
|
void |
CookieManager.setCookie(Cookie cookie)
Stores a cookie in the cookie manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |