|
Préférences
Moteurs de recherche
|
|||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
java.net
|
||||||||||||||
| Field Summary | |
|---|---|
static CookiePolicy |
ACCEPT_ALL
One pre-defined policy which accepts all cookies. |
static CookiePolicy |
ACCEPT_NONE
One pre-defined policy which accepts no cookies. |
static CookiePolicy |
ACCEPT_ORIGINAL_SERVER
One pre-defined policy which only accepts cookies from original server. |
| Method Summary | |
|---|---|
boolean |
shouldAccept(URI uri,
HttpCookie cookie)
Will be called to see whether or not this cookie should be accepted. |
| Field Detail |
|---|
static final CookiePolicy ACCEPT_ALL
static final CookiePolicy ACCEPT_NONE
static final CookiePolicy ACCEPT_ORIGINAL_SERVER
| Method Detail |
|---|
boolean shouldAccept(URI uri, HttpCookie cookie)
uri - the URI to consult accept policy withcookie - the HttpCookie object in question