Package | Description |
---|---|
gnu.inet.http |
This package contains an HTTP/1.1 client, as described in RFC 2616.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleCookieManager.setCookie(Cookie cookie) |
void |
CookieManager.setCookie(Cookie cookie)
Stores a cookie in the cookie manager.
|
© Copyright 2003 The Free Software Foundation, all rights reserved