|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CookieManager | |
|---|---|
| gnu.inet.http | This package contains an HTTP/1.1 client, as described in RFC 2616. |
| Uses of CookieManager in gnu.inet.http |
|---|
| Classes in gnu.inet.http that implement CookieManager | |
|---|---|
class |
SimpleCookieManager
A simple non-persistent cookie manager. |
| Fields in gnu.inet.http declared as CookieManager | |
|---|---|
protected CookieManager |
HTTPConnection.cookieManager
The cookie manager for this connection. |
| Methods in gnu.inet.http that return CookieManager | |
|---|---|
CookieManager |
HTTPConnection.getCookieManager()
Returns the cookie manager in use for this connection. |
| Methods in gnu.inet.http with parameters of type CookieManager | |
|---|---|
void |
HTTPConnection.setCookieManager(CookieManager cookieManager)
Sets the cookie manager to use for this connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||