Package | Description |
---|---|
gnu.inet.http |
This package contains an HTTP/1.1 client, as described in RFC 2616.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleCookieManager
A simple non-persistent cookie manager.
|
Modifier and Type | Field and Description |
---|---|
protected CookieManager |
HTTPConnection.cookieManager
The cookie manager for this connection.
|
Modifier and Type | Method and Description |
---|---|
CookieManager |
HTTPConnection.getCookieManager()
Returns the cookie manager in use for this connection.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPConnection.setCookieManager(CookieManager cookieManager)
Sets the cookie manager to use for this connection.
|
© Copyright 2003 The Free Software Foundation, all rights reserved